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
Which of the following programming languages do you think has a future? C++, Python, Java, C#. To me its Python
c#
c++
java
language
python
-1 Voto
2 Respuestas
21st Mar 2018, 7:47 AM
Richard Dan
Can some buddy hep me?? What is the value of a3 in the following code: string a1,a2,a3; a1="45" a2="31" a3=a2+a1;
c++
logicalexpression
strings
variables
0 Votos
1 Respuesta
28th Sep 2016, 7:41 AM
Devansh Kaushik
Write C++ code to display following array (matices) without using cin statment, and try to use two nested for statment.
c++
0 Votos
1 Respuesta
13th May 2017, 6:54 PM
shad oow
How to get the input in following code in straight line like. 1 25 + 5 2 30 please tell how to get output in only twolin
python
python3
0 Votos
2 Respuestas
21st Jan 2021, 4:42 AM
Ayush Pitale
I need php code for the following html form which could upload a video file upto 20 mb mp4 etc ..
php
0 Votos
2 Respuestas
6th Dec 2017, 8:46 PM
hassan
I don't understand why is it an syntax error when I type the following else: can someone explain to me please.
else-statements
python
0 Votos
2 Respuestas
11th Oct 2016, 12:42 PM
Lubabalo Duma
Give the code for user input in the main method given the following code of a class name website with a method with 2 parameters
java
-2 Votos
3 Respuestas
31st Jul 2021, 9:52 AM
Samuel Simiyu
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
Implement a class called Stack using a Link data structure that solves the problem above. The stack should have the following
push(item)
-6 Votos
1 Respuesta
12th Sep 2022, 7:45 AM
Thabiso
# This program displays the following # floating-point numbers in a column # with their decimal points aligned. num1 = 127.899 n
date
-2 Votos
2 Respuestas
18th Oct 2021, 12:40 PM
Daahir Omar
Could anyone tell me why the following code gives errors? I want to test if the letter entered is (a)then the result is true.?
c++
help
1 Voto
2 Respuestas
8th Sep 2017, 10:30 AM
RiGeL
hi, i have some doubt in following program i need to change the vowels into # symbol in first string and consonants into $ symbo
c++
c++14
0 Votos
2 Respuestas
20th Sep 2018, 2:20 PM
Ganesh Velmani
write SQL query for following To list all the columns of the table 'employee' in ascending order of department number and descending order of salary.
sql
1 Voto
2 Respuestas
15th Dec 2016, 4:18 PM
DHEERAJ
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
The above qn can be perform on the basis of the following qns... 1.Reindex Order Date using time series only for furniture sale
python
0 Votos
1 Respuesta
31st Jul 2020, 2:14 PM
DIVIJA GUNISETTY
which of the following converts a type to a boolean value , where possible in c# ?! toboolean , tosingle ' tochar , to datetime.
c#
-1 Voto
3 Respuestas
4th Apr 2017, 9:26 PM
Marina Gerges
I'm following (Brackeys) on YouTube, and I can get my object to go forwarde but it's not going sideways. Dose he do good codes?
c#
codeing
help
program
unity
0 Votos
2 Respuestas
23rd Sep 2017, 5:58 PM
Taylor Hupp
What is the meaning of the following line in a class member function? Its all about this pointer! But i wanna know the exact ans
c++
0 Votos
2 Respuestas
21st Sep 2018, 2:36 PM
Bunny
can i have codes of the following question "write JVS program that ask a user to enter his first n lastname,and construct
an
assignment
its
0 Votos
1 Respuesta
27th Sep 2017, 7:49 PM
ATM_SHADY
Consider the following code-: Static in Test(out int x,int y=4) { X=6; return x*y; } static void main( string args[]){ int a;
c#
0 Votos
1 Respuesta
16th Jan 2017, 1:05 PM
Aniket Patil
if u run following code,Sololearn complier will show Error...But if you run in your PC with other C++ complier,there is no error
c++
classes
0 Votos
1 Respuesta
13th Nov 2017, 3:33 PM
Thit Htoo
In the Math class , Math.ceil() will always return an integer value then why is the following code giving an error ?
java
math
when
-1 Voto
2 Respuestas
25th Oct 2016, 9:56 AM
Celin
Please help me in find in the time complexity of the following Insertion Sort ( I Did it in my way ) :
c
insertion_sort
sorting
time
time_complexity
1 Voto
1 Respuesta
12th Jan 2018, 9:44 AM
cool_boy12344
When I run the following code,I see an alert box with bold 'Code Playground' written at the top.How do I code for it?
javascript
0 Votos
2 Respuestas
6th Sep 2017, 8:25 PM
Adrija Ray Chaudhuri
write a Python program that reads information about all the matches and compile the following statistics for each player: Number of best-of-5 set matches won Number of best-of-3 set matches won Number of sets won Number of games won Number of sets lost Number of games lost
python
-1 Voto
8 Respuestas
25th Aug 2016, 10:50 AM
Gaurav Kumar Tiwari
Someone is deliberately down voting me What to do?
code
complaint
deliberate
downvotes
following
member
post
sololearn
0 Votos
3 Respuestas
12th Jun 2017, 9:53 AM
Sahil Sunny
Is it okay if I post a code that I have written after following instructions on a drill in "Programming: Principles & Practice"?
c++
code
drills
practice
stroustrup
0 Votos
2 Respuestas
9th Jan 2017, 8:00 PM
Audrey Mwale
Please explain to me, why in the following code, in the first line of output, there is a sign ">" standing before "spam"?
magic-methods
python
0 Votos
2 Respuestas
16th Mar 2017, 1:15 AM
Sergio
Write the output of the following segments code int X = 7 ; int Y = 3; cout<< X/Y << " and " << X%Y;
be
fast
-3 Votos
2 Respuestas
24th Dec 2020, 10:54 PM
fadil Yusuf
hi... i probably didn't understand something but the following code doesn't lead to an error.. it changes the value of PI and prints it.
final
java
0 Votos
2 Respuestas
23rd Feb 2016, 7:56 AM
Orpheus
if the following Java code were to appear in a control program that used the classes A,B and C what would be the outputs
classes
control
implements
inheritance
interface
java
once
program
twice
0 Votos
2 Respuestas
1st Jan 2018, 5:08 PM
Martin Toomey
Following the lessons on sololearn and just attending level 3, can i begin to write my 1st program wth the pieces of info?
c++
1 Voto
1 Respuesta
16th Jul 2017, 2:12 AM
Nsikan Edem
which of the following statement is true - p1 is an object of person type / p1 is an instance of object person
javascript
objects
0 Votos
1 Respuesta
28th Oct 2016, 12:40 PM
Vinu Mon
The following code to enter and print a matrix is printing an 'empty' 2D list instead of what I entered. What error am I making?
lists
python3
0 Votos
1 Respuesta
10th Dec 2018, 2:15 AM
Rishabh Das
in the following coding why the output is not aligned to centre?when i use <b> tag in the place of <h>, it is aligned..
html
0 Votos
2 Respuestas
2nd Aug 2017, 1:24 PM
neha thakur
A line of English text will be given, where words are separated by one of the following symbols: ' ', '\t', '.', ',' and ';'
program
0 Votos
2 Respuestas
1st Sep 2017, 6:15 PM
Pavan Kumar Reddy
What will be the output of the following my_dict = {} my_dict[1] = 1 my_dict['1'] = 2 my_dict[1.0] = 4 sum = 0 for k in my
tell
-3 Votos
3 Respuestas
28th Jan 2022, 7:49 AM
Sampada Sharma
Why following code is unable to upload a vide ?it only upload images i want it would work for uploading video too ,What,s error?
html
php
0 Votos
1 Respuesta
7th Dec 2017, 6:52 PM
hassan
What can be concluded form the following declaration? A)x is an array of 10 pointer. B)x is a pointer to an array of 10 integer?
c
c++
0 Votos
2 Respuestas
28th Oct 2016, 8:31 PM
AKSHAY MALVIYA
write a program to obtain the following pattern A D C B E F G H I P O N M L K J # # # # # # # # # J K L M N O P I H G F E B C D A
c++
2 Votos
9 Respuestas
23rd Sep 2016, 4:58 PM
Meena
help... Which of the following sets up an event handler to fire when the user changes the value of a text area or input field
jquery
0 Votos
1 Respuesta
20th Apr 2021, 12:27 PM
Blhack Jedi
Can anyone solve this, lemme know the process & answer.
c++
following
give
of
output
question,
the
0 Votos
1 Respuesta
16th Jun 2017, 1:13 AM
nitesh kumar
Is c++ a good place for me start? I don't know any coding, but very eager to learn and start following a dream I've put off.
freshmeat
goals
newbie
penguins
rook
0 Votos
2 Respuestas
25th May 2017, 1:14 AM
Steve Nichols
What will be printed to the screen after the following statements? let b = 20 var a = 5 a = b let c = b * (a > 10 ? 2 : 3) print
swift
0 Votos
2 Respuestas
30th Jun 2020, 8:56 AM
D’ Koder
Good night, as the formula for the table would be, is that it has to be as follows x = 0 + 0.2 and following x = 0.2 + 0.4
java
loops
0 Votos
2 Respuestas
10th May 2021, 12:41 AM
Astrid
sql
and
assume
following
If
order
sql
the
use
we
1 Voto
2 Respuestas
20th Jan 2018, 1:26 AM
ahmed latef salih
I tried following code try: num1 = 7 num2 = 0 print("Done calculation") print (num1 / num2) except ZeroDivisionError: print("An error occurred") print("due to zero division") It's throwing an error I don't understand why can someone explain me plz
exceptions
python
2 Votos
3 Respuestas
2nd Aug 2016, 12:02 AM
nikitha gireddy
please how do i write a code for this problem? Write a program to find the next largest even multiple for the following values of i and j:
c++
-1 Voto
2 Respuestas
18th Jul 2016, 12:13 PM
Asomaning Enock
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
operators
-1 Voto
2 Respuestas
5th Oct 2016, 8:32 PM
Khloud Mohamed
in the following why the code num=num+1;can't be applied just after while loop in the beginning of curly braces? #include <iostream> using namespace std; int main() { int num = 1; while (num < 6) { cout << "Number: " << num << endl; num = num + 1; } return 0; }
c++
loops
0 Votos
7 Respuestas
22nd Sep 2016, 2:48 PM
Prabhat Chandra Dwivedi
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
28
29
30
Siguiente >
En tendencia hoy
Is this realistic enough?
1 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
𝙵𝙸𝙽𝙳 𝚃𝙷𝙴 𝙸𝙽𝙿𝚄𝚃 𝙾𝙵 𝚃𝙷𝙴 𝙿𝚁𝙾𝙶𝚁𝙰𝙼
1 Votes
Need friends
0 Votes
MASS N NUMBER OF OBJECT DELETION FROM A CLASS
0 Votes
Can someone explain inline and block elements please
0 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
I am a beginner, please teach me how to use Python
0 Votes
Python
1 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes