Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
What is the problem with the following code? The compiler "Codeblocks" finds problem in the first line.....
java
0 Votos
1 Respuesta
4th May 2018, 1:34 PM
Rajesh Mitra
I am new to python and dont know the advanced features or stuff. Please explain the following code step by step. how it works.
...
2 Votos
3 Respuestas
22nd Jan 2021, 3:31 AM
Akash Adhikary
ABC & Company has recruited the following employees. Each employee details (name,department,salary) are in a String with comma s
ecmascript
es6
es7
javascript
0 Votos
2 Respuestas
26th Jul 2021, 6:34 AM
Mohammed Yaseen
Write a simple Python program that displays the following powers of 2, one per line: 2¹ , 2², 2³ , 2^4, 2^5 , 2^6 , 2^7 , 2^
python
0 Votos
6 Respuestas
6th Feb 2017, 9:42 PM
Atitebi Jacob
I got one test case failed in the following No Numerals code in description? Does anyone help me out to find
c
0 Votos
1 Respuesta
1st Apr 2020, 8:35 AM
C King 👑
Could you please explain to me all type conversions of the following program section (e.g. "In partial output x+y implicitly con
data-types
double
float
int
java
long
type-conversion
1 Voto
2 Respuestas
29th Apr 2020, 10:05 AM
Mohammad Ala Tahhan
How can I print 1000 value of pi using the following code? Can I use range() function to this below method?
math
modules
pi
python
1 Voto
3 Respuestas
13th Dec 2017, 6:59 PM
Bits!
How is the memory allocation for array of char when i run the following code.. char a[2]; but i input a as computer
c++
2 Votos
4 Respuestas
28th Jul 2017, 12:31 PM
Jose Thomas
how does post and pre increment, decrements work on negative numbers? And what will be the result of the following program, why?
c
0 Votos
2 Respuestas
9th Oct 2019, 1:54 PM
King Vasishta
What is result of following expression(a to e) if (i) check=3,mate=0.0 (ii) check=0,mate=-5 (a) check or mate (b)mate or check
python
0 Votos
2 Respuestas
15th Feb 2020, 2:26 PM
Ragashree veda M
A student wrote the following code to change the text style of a paragraph. But the text color remains black in IE browser. Why?
css
question
task
0 Votos
3 Respuestas
23rd Jan 2023, 2:57 PM
O.•.I.•.S.•.H.•.A
Can anyone explain why the following code is not working? i am trying to make a calculator
calculator
cpython
python
python3
0 Votos
2 Respuestas
10th Dec 2016, 1:19 PM
Dennis Wisse
Write a program to create a class name menu and execute the following function according to user choice.menu- add ,subs,mul &div
c++
in
0 Votos
3 Respuestas
10th Sep 2018, 3:26 PM
Pratik Kumar Singh
What is the data type of the following object L ? L = 2 , 72 , 'python' , 9, 8.0
python
1 Voto
2 Respuestas
14th Oct 2020, 7:23 AM
A. Rakesh
The following code examine three variables -- x, y, and z -- and prints the largest odd number among them. If none of them is o
python3
0 Votos
5 Respuestas
29th Sep 2020, 10:40 PM
Ali Rezaei
Can someone help/suggest how to return this array in following json structure. I have just started working with php array & json
arrays
json
loops
php
0 Votos
4 Respuestas
24th Apr 2018, 3:41 AM
Vivek
Does it have any sense to learn more than one of the following languages? I'm referring to c++, Java, python, ruby and c#.
c#
c++
java
python
ruby
scripting-languages
3 Votos
3 Respuestas
20th Jan 2017, 8:09 AM
Andrea Barba
Can some one tell me how following code execute ' which lines is executing ist and how can some one show me that mathematically
php
0 Votos
6 Respuestas
11th Dec 2017, 2:36 AM
hassan
What is the name of jane’s attribute (not method) that is referred to in the following code? import turtle jane = turtle.Turtl
python3
3 Votos
1 Respuesta
14th May 2020, 7:37 PM
sandeep agrawal
Write a program to accept the age of n employees and count the number of persons in the following age groups: a) 26 to 35
c++
-2 Votos
5 Respuestas
17th Sep 2017, 11:39 AM
bhavesh singh
One of the following 10 statements generates an error. Which one? (Your answer should be a number between 1 and 10.)
basics
python
0 Votos
3 Respuestas
12th Feb 2018, 9:35 AM
darshan ks
I want to use input data which get from <input type="text" name="n" > but following php code does not work. Please help me.
css
css3
html
html5
mysql
php
3 Votos
2 Respuestas
21st Feb 2018, 2:26 AM
Satish Kumar Sharma
1. The following code has error(s).Rewrite the correct code underlining all the corrections made.What will be the output after
1 Voto
2 Respuestas
16th Feb 2018, 3:56 PM
Jai Di
1) A new animal has come in, with the following details: name - "Slim", type - "Giraffe", country_id - 1 Add him to the Animals
sql
-3 Votos
4 Respuestas
14th Sep 2022, 4:42 AM
Mohit Namdev
I don't get how the following code produces 3 even when a single increment has been set. That's not the case with other values.
functions
javascript
parameters
2 Votos
2 Respuestas
10th Nov 2021, 9:39 PM
Mohammed Qaif Gaffar
what should be the code for the following output? * ** *** **** ***** ****** uptil n
c++
for
loop
-1 Voto
2 Respuestas
25th Sep 2016, 5:39 AM
bittu
Let's check your css knowledge complete the following code to define the text color of the paragraph
css
-1 Voto
1 Respuesta
29th Sep 2022, 12:45 PM
Payal
Can you help me solve this question?Write a PHP script to sort the following associative array: array("Sophia"=>"31","Jacob"=>"
php
-2 Votos
1 Respuesta
11th Mar 2022, 9:14 PM
she she
What is the difference between following two typedef statements? 1. typedef struct {int x; int y;} Point;
c++
struct
typedef
0 Votos
1 Respuesta
28th Feb 2017, 4:59 PM
Utsuk Smile
What is legal declaration of array in the following and explain why?and also explain why not others?
java
0 Votos
1 Respuesta
25th Dec 2017, 7:30 AM
Saikrishna Reddy
What is the best way to prompt for a decimal value with input containing string (please see the following code)
input
python
strings
0 Votos
3 Respuestas
6th Dec 2016, 6:26 PM
Don Quartey
How many times is the body of the following loop executed? What are the values of x and y after the loop termination?
c++
code
problem
question
0 Votos
3 Respuestas
24th Jun 2021, 2:46 AM
Rao Muzaffar
What possible outputs are expected to be displayed on the screen at the time of execution of theprogram from the following code?
cpython
python
python3
pythonprogram
0 Votos
1 Respuesta
27th Nov 2020, 5:30 AM
Model Pilot
Can you please detect the error in my following pattern code in c language as i want to print a number diamond
https://code.sololearn.com/ctfocs18ztfa/?ref=app
1 Voto
1 Respuesta
28th Feb 2020, 7:15 AM
Yashaswi Srivastava
b) Consider the following java code which contains two classes Subject and Topic. Perform program analysis and identify what typ
xcode
1 Voto
1 Respuesta
25th Nov 2020, 5:50 PM
Tariq ali
Following two queries in the description, do they have same result? I meant As key word does it make sense?
functions
sql
0 Votos
3 Respuestas
3rd Sep 2017, 11:11 AM
Gayan Samarakoon
How can i give space character as input in following attached code??? HOW CAN I CHECK c is space using isspace(c) function????
c++
character
functions
space
0 Votos
2 Respuestas
18th May 2021, 9:01 AM
saurabh
Can you use any different coding language inside java?
followers
following
java
public
sololearn
web
1 Voto
1 Respuesta
15th Jul 2019, 9:14 AM
Patrick Songa
In following code is list array,this code is wrong ,any one can be tell me my mistake in this code
sololearn
0 Votos
1 Respuesta
14th Mar 2021, 7:40 PM
Mathpati Manmath
Why " j " is not incremented in the following c code? Any reference for auto keyword in c ?
auto_variables_in_c
c
storage_classes_in_c
0 Votos
1 Respuesta
16th May 2021, 2:32 PM
Aradhyula Veera teja
Can anyone tell me how the following code operates , I don't know why "return fib(n-1) + fib(n-2) " is given
python3
0 Votos
1 Respuesta
4th Jul 2020, 5:42 AM
Pavan Vijay.J
The output of the following code is: x = 3; if (!x) if (x=4) cout << "AAA". else cout << "BBB
c++
-1 Voto
2 Respuestas
21st Sep 2021, 11:42 AM
Wafaa Elayan
Which of the following are types of data structures? Select all that apply ? (1)Stack (2)Tree (3)Serialize (4)Array
#sololearn
0 Votos
1 Respuesta
27th Jul 2018, 11:43 AM
shadrach esharive
If originally x = 4, what is the value of x after the evaluation of the following expression?
c
cprogramming
0 Votos
1 Respuesta
18th Apr 2019, 9:43 AM
jes
Can any one explain the program to generate sequence of numbers(Line sequence & triangle sequence)the following clearly ?
controlstatements
java
usingloops
0 Votos
2 Respuestas
8th Feb 2017, 3:15 PM
Srinath G
Hi, I am complete beginner. Plz can anybody tell me wat does the star (or pointer !!?) before c signifies in the following code?
begginer
programming
python
python3
1 Voto
4 Respuestas
21st Dec 2017, 3:51 PM
Drishti Sharma
What sequence of numbers is printed by the following algorithm if the input value is 1? Can someone help me out a bit?
algorithm
functions
python
1 Voto
1 Respuesta
16th Jan 2022, 2:14 AM
Ensar
Suggestion for better life quality in Sololearn.What is your opinion?
follower
following
improvement
inapp
life
list
sololearn
suggestion
7 Votos
1 Respuesta
26th May 2018, 3:38 PM
FIREmonger
Is the output od the following program, right? Is it common to include the increment before the other statements in a loop?
c++
increment
loops
1 Voto
3 Respuestas
27th May 2017, 8:28 PM
Pacha
Write a class with name employee and basic as its data members, to find the gross pay of an employee of the following allowances
employee
-4 Votos
6 Respuestas
15th May 2021, 12:24 PM
Diaz Gaming
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
26
27
28
...
30
Siguiente >
En tendencia hoy
Guys I don't know anything about cooding who can help me pls
1 Votes
Decorators in python.
2 Votes
Need help
1 Votes
How to install Bcrypt here
1 Votes
Pointers in c#
1 Votes
Please click me
0 Votes
Can sololearn have multiple inpus&outputs?
3 Votes
What is happening with sololearn
1 Votes
Hello !
0 Votes
Help
1 Votes