Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
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 Answers
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 Votes
2 Answers
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 Answers
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 Answer
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 Answers
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 Answers
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 Answers
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 Answer
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 Votes
4 Answers
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 Votes
8 Answers
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 Answers
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 Answers
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 Answers
23rd Jan 2020, 7:24 PM
Shakiba
Can someone gave me an example of generating dynamic inputs using html and javascript
arrays
javascript
1 Vote
1 Answer
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 Votes
1 Answer
7th Dec 2017, 12:25 PM
Roberto Guisarre
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 Answers
1st Oct 2021, 12:45 PM
shlee_
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 Votes
1 Answer
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 Answers
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 Votes
2 Answers
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 Votes
1 Answer
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 Answers
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 Votes
4 Answers
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 Votes
5 Answers
3rd Apr 2017, 2:03 PM
Tehreem
Write a program that inputs a character and displays whether it is vowel or not.
c++
0 Votes
2 Answers
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 Answer
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 Votes
1 Answer
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 Answers
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 Votes
7 Answers
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 Votes
6 Answers
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 Answers
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 Answers
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 Votes
3 Answers
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 Votes
2 Answers
24th Dec 2016, 3:03 AM
Nate
How to take input from user in html programs?
html
inputs
learning
web
1 Vote
2 Answers
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 Answers
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 Votes
5 Answers
12th Jan 2018, 6:47 PM
Gracious
How to take 2 inputs that were written on the same line but separated with space in cpp
c++
input
variables
0 Votes
2 Answers
22nd Oct 2019, 10:13 PM
Guco Vuco
User input giving me different output in equation. Python.
duct
inputs
outputs
python
python3
tape
1 Vote
4 Answers
2nd May 2020, 11:30 AM
Ilya Khleboyko
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 Answers
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 Answers
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 Votes
2 Answers
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 Votes
3 Answers
12th Aug 2019, 5:17 AM
anti fragi
What is input function.
inputs
outputs
python3
0 Votes
1 Answer
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 Votes
2 Answers
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 Answers
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 Votes
2 Answers
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 Votes
3 Answers
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 Answers
7th Jun 2017, 5:15 PM
Rahul Prabhakar
Which programming language is best at voice inputs and outputs? like siri which is used only by voice.
audio
speech
voice
0 Votes
2 Answers
5th Sep 2018, 12:00 PM
Charles Darwin
How can i enter inputs of a matrix in sololearn? I've attached my code. It's for calculating determinant of a matrix. Using c++
c++
matrix
0 Votes
1 Answer
8th May 2021, 5:00 PM
shadi razmAra
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
9
10
11
12
Next >
Hot today
Guys I don't know anything about cooding who can help me pls
1 Votes
Why can’t I use double “ in python?
1 Votes
Coding for Cybersecurity
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
1 Votes
Need help
1 Votes
Pointers in c#
1 Votes
Decorators in python.
2 Votes
Please click me
0 Votes
Salut tout le monde
1 Votes
How can i isntall modules
1 Votes