Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
How do you take input in javascript,similarly like you use input()in python?
inputs
javascript
takeinput
1 Voto
1 Resposta
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 Voto
2 Respostas
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 Voto
6 Respostas
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 Voto
2 Respostas
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 Voto
1 Resposta
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 Voto
4 Respostas
11th Oct 2020, 3:55 PM
Faezeh Alinejad
helpWrite a program that inputs name, age and address from the user and then displays.
help
-2 Votos
2 Respostas
24th Oct 2021, 5:15 AM
Nehemiah Dadia
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 Voto
8 Respostas
15th Oct 2018, 8:11 PM
Bishu Giri
What this means "look like your program needs inputs from user " after making program in c++.
problem
1 Voto
2 Respostas
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 Votos
7 Respostas
23rd Jan 2020, 7:24 PM
Shakiba
Can someone gave me an example of generating dynamic inputs using html and javascript
arrays
javascript
1 Voto
1 Resposta
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 Voto
1 Resposta
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 Voto
1 Resposta
3rd Jun 2022, 12:52 PM
Malick Diagne
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 Votos
11 Respostas
1st Oct 2021, 12:45 PM
shlee_
(solved) Is it possible to multiply two variable inputs together and if so how do you do it?
python
variables
1 Voto
3 Respostas
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 Voto
2 Respostas
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 Voto
1 Resposta
1st May 2019, 11:30 AM
IceBoltGaming IBG
#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 Voto
4 Respostas
16th Sep 2016, 5:21 PM
prasanth pra
How to make a user enter sentences in a str variable untill he inputs 0 (zero)?
functions
python
1 Voto
2 Respostas
27th Jun 2016, 4:20 AM
Aakash Vyas
Write a program that inputs a number and length of table and then displays the table using for loop.
c++
0 Voto
5 Respostas
3rd Apr 2017, 2:03 PM
Tehreem
Write a program that inputs a character and displays whether it is vowel or not.
c++
0 Voto
2 Respostas
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 Votos
1 Resposta
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 Voto
1 Resposta
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 Votos
5 Respostas
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 Voto
7 Respostas
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 Voto
6 Respostas
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 Voto
4 Respostas
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 Voto
2 Respostas
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 Voto
3 Respostas
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 Voto
2 Respostas
24th Dec 2016, 3:03 AM
Nate
How to take input from user in html programs?
html
inputs
learning
web
1 Voto
2 Respostas
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 Voto
2 Respostas
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 Voto
5 Respostas
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 Voto
2 Respostas
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 Votos
2 Respostas
30th Jul 2019, 6:05 PM
E∆SI🇳🇬🤖
User input giving me different output in equation. Python.
duct
inputs
outputs
python
python3
tape
1 Voto
4 Respostas
2nd May 2020, 11:30 AM
Ilya Khleboyko
Can we enter inputs one by one in python and not in one go at the very beginning?
input
output
python
2 Votos
2 Respostas
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 Voto
2 Respostas
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 Voto
3 Respostas
12th Aug 2019, 5:17 AM
anti fragi
What is input function.
inputs
outputs
python3
0 Voto
1 Resposta
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 Voto
2 Respostas
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 Voto
2 Respostas
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 Voto
2 Respostas
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 Voto
3 Respostas
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 Votos
3 Respostas
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 Voto
2 Respostas
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 Voto
1 Resposta
8th May 2021, 5:00 PM
shadi razmAra
Why does the sololearn bundle my whole program and at once asks for all inputs in c language???
clanguage
compiler
ubuntu
0 Voto
2 Respostas
5th Jun 2018, 7:38 AM
Sarthak Pranesh
When I trying to run a Java program. When this happened ( split multiple inputs into separate lines ). . what will I do to run ?
java
0 Voto
9 Respostas
23rd Aug 2022, 2:07 PM
ASWANTH P
How to read values from a file using when someone inputs the key name for that specific value in Python?
dictionaries
filehandling
python3
1 Voto
2 Respostas
27th Jun 2022, 8:37 PM
Edward Marais
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
9
10
11
12
Próximo >
Quente hoje
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Kernel in Jupyter
2 Votes
How many days will It takes to completely learn front end
4 Votes
SQL
2 Votes
JAVA PROGRAMMING
2 Votes
Solution to solving this bugged problem
2 Votes
What Does Pseudo Elements Mean.
2 Votes
HTML/CSS questions
0 Votes
IMAGE
0 Votes
Html
1 Votes