Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
For + the variable is sum what is the variable for < >
c++
1 Voto
7 Respuestas
4th Mar 2021, 6:30 AM
Astro ytr
*FRIDAY CHALLENGE* : write a code that gets as input a positive number N > 1 and prints a N x N CLOCKWISE-SPIRAL-SQUARE
c#
c++
challenge
friday
html
java
php
python
ruby
weekend
57 Votos
75 Respuestas
18th Aug 2017, 12:59 AM
Louis
Why print (2 > 4 == 4) False in python. Please kindly explain me.
python
1 Voto
6 Respuestas
11th Feb 2023, 6:59 PM
TAEK
int x = 10 if (x > -1); if (x != 0); if (x > 0); System.out.println (“x is a positive number having value “ + x);
if
if-statements
in
java
output
2 Votos
2 Respuestas
7th Dec 2020, 11:43 AM
Nadia Arias
Hi, Why the button "decbin" doesn't work?
<html
>
8 Votos
2 Respuestas
11th Sep 2020, 7:29 AM
Egor Tonchev(EGO)
Is there any way to insert python into html or javascript
<python
>
4 Votos
5 Respuestas
18th Aug 2020, 2:50 AM
Xavier Christian
Map of custom class as key without < or > operator
<
>
c++
class
map
operator-overloading
0 Votos
2 Respuestas
30th Sep 2024, 3:48 PM
Ketan Lalcheta
TypeError: unorderable types: str() > int() please help in explaining this error
python3
1 Voto
3 Respuestas
2nd Apr 2018, 4:00 PM
R Sha
How to run the program by using #include <iostream.h >
coding
for
smile
0 Votos
2 Respuestas
9th Jan 2018, 12:44 PM
Pravin Ghojage
What is the use of #include <conio.h > in c programmes.
<conio.
c
h>
include
language
1 Voto
3 Respuestas
13th Jan 2018, 5:51 AM
Shalin Suthar
1 < -1 == 3 > 4 evaluates to False. Why?
operator-precedence
python3
-1 Voto
2 Respuestas
12th Jan 2021, 5:12 AM
Mousin Ahanger
Hi, Why the button "sin(x) does not Work?
<html
>
7 Votos
2 Respuestas
10th Sep 2020, 7:07 AM
Egor Tonchev(EGO)
Can we replace BETWEEN X AND Y by > and < !!?
betwin
sql
where
1 Voto
5 Respuestas
18th May 2017, 11:51 AM
Brahim Chai
I do not understand why the following example, as a result shows six in C Challenge?
<stdio.h
>
4 Votos
3 Respuestas
25th Mar 2022, 7:42 AM
Egor Tonchev(EGO)
HTML помогите пожалуйста Заполните пробелы и выровняйте таблицу по центру страницы <html > <head><title>Моя страничка<title><
help
0 Votos
9 Respuestas
25th May 2020, 8:18 PM
Дмитрий Казаков
> * , greater than sign and asterisk sign in css
css
2 Votos
1 Respuesta
7th Feb 2022, 1:39 PM
shokin touch
x = 10 y = 20 x > y print("if statement") print("else statement")
else-statements
python
0 Votos
4 Respuestas
25th Jun 2019, 6:55 AM
MellissaKoda
Why we need to use < > / etc signs n when and where?
html#css
1 Voto
7 Respuestas
6th Jul 2019, 4:09 PM
Alif Tanjeen Ointy
int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a); } else { System.out.println(c); } 11
operators
1 Voto
3 Respuestas
14th Jun 2020, 1:51 PM
Osman Seker
How many objects are created in the below == > String s = new String("Welcome");
java
objects
7 Votos
8 Respuestas
27th Dec 2016, 6:42 PM
Jenny Lance
Fill in the blanks to check if the age variable is greater than 18: int age = 25; ( > 18) { cout << "Adult"; }
c++
else-statements
-2 Votos
10 Respuestas
16th Apr 2018, 3:44 PM
Casey Oleski
What is the difference between $x > $y and $x != $y
operators
php
4 Votos
2 Respuestas
21st Mar 2017, 5:09 PM
Wilson Bol
Development of a PC program with simulations > how to start?
c++
interfaces
program
simulations
0 Votos
2 Respuestas
14th Apr 2020, 2:11 PM
Maria Fernanda Fernandes
if 10 > 5: print("10 greater than 5") else: print("Program ended")
if-statements
0 Votos
1 Respuesta
4th Nov 2018, 1:03 AM
Anshul Narwal
What the difference between the header " " et < > ?
c++
2 Votos
3 Respuestas
16th Feb 2018, 5:12 PM
De Vinci
if 10 > 5: print("10 greater than 5") print("Program ended")
if-statements
python
0 Votos
2 Respuestas
26th Jan 2017, 9:59 AM
kumar badal
Can anyone explain this{ if (age > 14)} Why mentioned this????!
c++
else-statements
0 Votos
3 Respuestas
22nd Sep 2016, 6:53 PM
Ahmed
What is the difference between $x > $y and $x != $y
operators
php
3 Votos
2 Respuestas
21st Mar 2017, 5:09 PM
Wilson Bol
<svg > what is the use of this tag in html.
<svg>
1 Voto
2 Respuestas
24th Sep 2017, 1:59 PM
SAMPATH KUMAR
n = int(input()) length = 0 while n > 0: n //= 10 length += 1 print(length)
python3
0 Votos
4 Respuestas
17th Oct 2020, 2:46 AM
Rahul Prasad
i create a < form > in html how i declare or it into js
form
javascript
navigation
0 Votos
7 Respuestas
20th May 2020, 3:38 AM
Arun
How do you put a > or < sign into a switch statement?
c++
switch
variables
0 Votos
2 Respuestas
10th May 2018, 5:35 PM
JDLives
What is the use of value attribute in <input > element for forms?
<form>
0 Votos
4 Respuestas
18th May 2020, 3:08 PM
Janvi Polam reddy
As <script > tag is no longer valid in HTML5, how can I use <canvas> tag?
html
0 Votos
10 Respuestas
5th Apr 2019, 2:35 AM
Mohammad Bayezid
How to make quotation marks around < > text </> .
elements
html
-1 Voto
3 Respuestas
6th Mar 2017, 12:51 PM
prashant
A positive integer m is a sum of squares if it can be written as k + l where k > 0, l > 0 and both k and l are perfect squares.
python3
3 Votos
5 Respuestas
23rd Feb 2018, 4:25 PM
SUNIL PATIL
When I press link "view correct answers" it is appeared only first answer. When I press
<html
>
2 Votos
2 Respuestas
11th Jun 2019, 12:17 PM
Egor Tonchev(EGO)
< Or > conditional statements is applied only for character or strings also?
booleans
python
0 Votos
5 Respuestas
17th Aug 2016, 12:44 PM
Shraddha Behra
Can anyone tell me shortly that how I can use html for website
<?
>
0 Votos
3 Respuestas
30th Jul 2020, 1:24 PM
Aditya Rindhe
HTML input. Is there any difference between these two? ... > & />
>_vs_/>
difference
html
input
js
web
3 Votos
1 Respuesta
7th Aug 2019, 5:19 AM
Ginfio
What's the difference between using <link rel=" " > and script src=" "?
html5
javascript
1 Voto
4 Respuestas
1st Mar 2018, 10:46 PM
Haziq Hairil
<a href > tag is not opening a link in sololearn
html
0 Votos
2 Respuestas
10th Feb 2017, 7:04 AM
Surya Poojary
What is the output of the following code? int a = 11; int b = 12; int c = 40; if (a > 100 || b > 3) { System.out.println(a);
java
or_operator
1 Voto
3 Respuestas
30th Sep 2017, 6:20 PM
Vaibhavy Darshan
Guys why is my image not displaying
<img
>
src
1 Voto
4 Respuestas
7th Sep 2023, 8:48 AM
ZZIWA FRANK
Why does I cannot attach a photo in HTML. I have given all the tags and links
<img
>
src
2 Votos
7 Respuestas
17th Jan 2023, 4:06 PM
Shusmoy Bhowmik
What type of editors are used in html
<html
>
0 Votos
4 Respuestas
22nd Sep 2019, 1:05 PM
Thabang Dzonzi
how to evaluate an arithmetic expression in c language?
<!doctype
>
0 Votos
3 Respuestas
7th Mar 2022, 8:16 PM
Kratos
Write a program in Java to find the result of following expression (Assume a = 10, b = 5) i) (a < < 2) + (b > > 2)
java
0 Votos
2 Respuestas
18th Sep 2023, 10:38 AM
Shahjad Ansari
Difference between div p {} and div > p {} in css
css3
div
html
html5
selectors
0 Votos
2 Respuestas
19th Aug 2020, 1:01 AM
Adeniyi Olaitan
What is the largest number this code prints? for i in range(10): if i > 5: print(i) break else: print("7")
else-statements
python
4 Votos
8 Respuestas
6th Jul 2019, 6:28 PM
Aung Myo Tun
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
4
...
6
Siguiente >
En tendencia hoy
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes