Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
What is the example of code if we want to add numbers but we don't know how many inputs will be given ?
python
python3
2 Votes
11 Réponses
2nd Jan 2021, 2:04 PM
Iron Coder
In language c when using this app .how can we split multiple inputs .app says in saperate lines but i cant get desired answer?
c
1 Vote
12 Réponses
9th Sep 2020, 10:14 AM
Real xazus
Java console don't allow me to make multiple inputs in the output it only ask for one .. but the same code is working on eclipse
double
float
java
loops
math
objects
6 Votes
8 Réponses
6th Sep 2018, 11:58 AM
2Math
My inputs form send name and email POST are not comming in output. Thanks you sir
and
email
name
post
0 Vote
2 Réponses
18th Aug 2022, 6:46 AM
Malick Diagne
How to Create objects based on one of the user inputs required for the class and access the attributes using the object?
classes
cpython
objects
python
3 Votes
7 Réponses
11th May 2018, 6:20 AM
®️ahul Mathews™️
How do you take input in javascript,similarly like you use input()in python?
inputs
javascript
takeinput
1 Vote
1 Réponse
4th Jan 2023, 1:50 PM
RandomTuber
if given inputs are int and sum value is double. how do we do that?
java
methods
1 Vote
2 Réponses
10th Dec 2016, 2:06 AM
Mallareddy Avinash
How can I make dialog box user form to get some inputs with html and css without using bootstrap??
<form></form>
1 Vote
6 Réponses
6th May 2017, 12:35 PM
Vivek Mathur
Is there a way to pass user inputs several times in java in SoloLearn's code playground?
input
java
playground
1 Vote
2 Réponses
21st Sep 2017, 12:35 PM
omar alhelo
Its possible take multiple inputs from the user in a same line in javaScript prompt?
javascript
1 Vote
1 Réponse
4th Feb 2019, 7:40 AM
Jamaluddin Mondal
How to calculate angle between two coordinates with two inputs length and width of each point using the"atan" predefinefunction?
c++
0 Vote
4 Réponses
11th Oct 2020, 3:55 PM
Faezeh Alinejad
Ideally function shouldn't be lengthy, but if multiple task require same inputs from users, is it okay to hv lengthy function?
functions
python
0 Vote
8 Réponses
15th Oct 2018, 8:11 PM
Bishu Giri
helpWrite a program that inputs name, age and address from the user and then displays.
help
-2 Votes
2 Réponses
24th Oct 2021, 5:15 AM
Nehemiah Dadia
What this means "look like your program needs inputs from user " after making program in c++.
problem
1 Vote
2 Réponses
22nd Mar 2019, 12:35 PM
Aman Saxena
Usin arrays write a program that inputs five numbers and if there are any zeros, removes them and shows the app nput without 0s.
c++
help
sololearn
2 Votes
7 Réponses
23rd Jan 2020, 7:24 PM
Shakiba
Write a program that will ask the user to continuously enter a number until such time that the entered value is not a number.
c++
input
inputs
invalid
limit
of
2 Votes
11 Réponses
1st Oct 2021, 12:45 PM
shlee_
Can someone gave me an example of generating dynamic inputs using html and javascript
arrays
javascript
1 Vote
1 Réponse
11th Mar 2016, 10:09 AM
AJ Carlos
How to provide many specific inputs to my java code on sololearn using scanner?
custommessage
input
java
scanner
sololearn
0 Vote
1 Réponse
7th Dec 2017, 12:25 PM
Roberto Guisarre
How can i give value to my inputs with props and display it in field to my function Myetiquette ? Thanks you sir
give
inputs
my
props
to
value
with
0 Vote
1 Réponse
3rd Jun 2022, 12:52 PM
Malick Diagne
(solved) Is it possible to multiply two variable inputs together and if so how do you do it?
python
variables
1 Vote
3 Réponses
7th Jan 2019, 10:59 AM
Austin
Write a program that inputs an integer and display the sum of its digits using while loop
c++
0 Vote
2 Réponses
6th Feb 2017, 4:04 PM
Stuy Group Study Grop
How do I get my code to accept multiple different inputs on the same line?
input
0 Vote
1 Réponse
1st May 2019, 11:30 AM
IceBoltGaming IBG
How to make a user enter sentences in a str variable untill he inputs 0 (zero)?
functions
python
1 Vote
2 Réponses
27th Jun 2016, 4:20 AM
Aakash Vyas
#include <iostream> using namespace std; int main() { int b[]; int i=0,sum=0; while(cin>>b[i]) {sum=sum+b[i]; i++;} cout<<sum<<endl; }//what is wrong in this code //how can I take multiple inputs into an array //I want to take unknown no. Of inputs
c++
0 Vote
4 Réponses
16th Sep 2016, 5:21 PM
prasanth pra
Write a program that inputs a number and length of table and then displays the table using for loop.
c++
0 Vote
5 Réponses
3rd Apr 2017, 2:03 PM
Tehreem
Write a program that inputs a character and displays whether it is vowel or not.
c++
0 Vote
2 Réponses
21st Mar 2017, 5:02 PM
Tehreem
Multiple inputs can only be entered once in sololearn's online python3 ide. Plus they have no label.
input
output
python
3 Votes
1 Réponse
4th Oct 2017, 11:03 AM
Natnael Eshetu
How do I read more than two inputs in the same line with the exception that they have to be separate by one single space? In C++
c++
icpc
inputs
0 Vote
1 Réponse
30th Apr 2018, 1:08 PM
Ronald ErnestoTejada Ríos
write a java program that inputs a document and then outputs a bar-chart plot of the frequencies of each alphabet character that
java
2 Votes
5 Réponses
22nd May 2020, 12:26 AM
Jeffery Marfo
I need to get the inputs for movie, row n seat, I which isn't getting accepted in below code. Where's I'm wrong
java
0 Vote
7 Réponses
12th May 2021, 6:26 PM
Swapnil Kamdi
can anyone try a program which accept the characters(letters) from inputs and print the name which is same from both end...??
and
else
function
if
using
without
0 Vote
6 Réponses
1st Feb 2019, 9:35 PM
Hrishikesh Gaikwad
What's wrong is this code? Why input function is not working for multiple inputs at the same time using .split() function?
functions
input
python3
1 Vote
4 Réponses
12th Oct 2019, 7:56 AM
Hrishikesh Gaikwad
Write a program that inputs time in seconds and convert it into hh_mm_ss format in c++
c++
-1 Vote
2 Réponses
22nd Jul 2019, 12:20 PM
Rana Amjad
I want to break for loop by pressing the enter and my inputs iare indexs of an array (c++)
arrays
break
c++
for
loops
0 Vote
3 Réponses
28th Oct 2019, 2:32 PM
bavan
What is wrong with this code x=input If x=hi Print(hi back) Else Print(hi back) Not the qoutantions The if input how does that work Please
If
inputs
python
0 Vote
2 Réponses
24th Dec 2016, 3:03 AM
Nate
How to take input from user in html programs?
html
inputs
learning
web
1 Vote
2 Réponses
10th Jun 2018, 7:07 AM
Aditya Mahimkar
Write a program that inputs a number and checks whether it is even or odd.
c++
-1 Vote
2 Réponses
21st Mar 2017, 5:03 PM
Tehreem
Why is custom input in c++ not allowed in solo learn? And how can i make user enter inputs?
c++
Custom
custom-inputs
inputs
0 Vote
5 Réponses
12th Jan 2018, 6:47 PM
Gracious
User input giving me different output in equation. Python.
duct
inputs
outputs
python
python3
tape
1 Vote
4 Réponses
2nd May 2020, 11:30 AM
Ilya Khleboyko
How to take 2 inputs that were written on the same line but separated with space in cpp
c++
input
variables
0 Vote
2 Réponses
22nd Oct 2019, 10:13 PM
Guco Vuco
For Ruby developers please how can i get multiple sets of user inputs and assign them to a variable.Working on a ruby project
ruby
3 Votes
2 Réponses
30th Jul 2019, 6:05 PM
E∆SI🇳🇬🤖
Can we enter inputs one by one in python and not in one go at the very beginning?
input
output
python
2 Votes
2 Réponses
30th Mar 2017, 1:53 AM
CC Chen
I am having problems in taking inputs a multiple times on this platform....Can anybody helpe out?
c++
0 Vote
2 Réponses
21st Jan 2017, 1:55 PM
nitin nepalia
Hey I have a real dumb question can you put two or more inputs cuz I wanna change my code
c#
0 Vote
3 Réponses
12th Aug 2019, 5:17 AM
anti fragi
What is input function.
inputs
outputs
python3
0 Vote
1 Réponse
14th Dec 2017, 7:11 AM
Siddharth Bisht
Why does sololearn's compiler only executes inputs in a single run? Unlike other compilers that can stay in the program.
beginner
curious
sololearn
0 Vote
2 Réponses
18th May 2020, 7:40 PM
Ryan Christopher Valleja Edquila
I am not able to run the programs designed and published in this app by community which require multiple inputs
c++
compiler
error
execution
runtime
1 Vote
2 Réponses
14th May 2018, 1:09 PM
Wolf Master
What's the deal with having to put in all inputs at the beginning of the run?
question
0 Vote
2 Réponses
4th Oct 2017, 8:05 PM
Cas Austin Simmons
Is it possible to insert an asterisk * after 'required' inputs in a form using the ::after psuedo element selector?
css
html
selectors
0 Vote
3 Réponses
13th Apr 2020, 1:31 PM
Taofeeq Hamzat
In Sololearn it asks for all the inputs in the beginning only. Can't I get it according to my program?
cpp
input
2 Votes
3 Réponses
7th Jun 2017, 5:15 PM
Rahul Prabhakar
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
9
10
11
12
Suivant >
Aujourd'hui en vedette
Issue with Sololearn Module Quiz Despite Correct Answers
2 Votes
I need help to solve this
0 Votes
Project
0 Votes
Engineer Cloud
0 Votes
How to add comment in python?
0 Votes
Lua?
1 Votes
How do we code calculator
1 Votes
Hey what the research process order for them that I am telling you please order them and tell me answer
0 Votes
Ayuda para insertar la imagen de portada y las melodías a mi álbum alguien sabe cómo
0 Votes