Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
How do you take input in javascript,similarly like you use input()in python?
inputs
javascript
takeinput
1 голос
1 ответ
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 голос
2 ответов
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 голос
6 ответов
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 голос
2 ответов
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 голос
1 ответ
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 голосов
4 ответов
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 голосов
2 ответов
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 голосов
8 ответов
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 голос
2 ответов
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 голосов
7 ответов
23rd Jan 2020, 7:24 PM
Shakiba
Can someone gave me an example of generating dynamic inputs using html and javascript
arrays
javascript
1 голос
1 ответ
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 голосов
1 ответ
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 голосов
1 ответ
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 голосов
11 ответов
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 голос
3 ответов
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 голосов
2 ответов
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 голосов
1 ответ
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 голосов
4 ответов
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 голос
2 ответов
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 голосов
5 ответов
3rd Apr 2017, 2:03 PM
Tehreem
Write a program that inputs a character and displays whether it is vowel or not.
c++
0 голосов
2 ответов
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 голосов
1 ответ
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 голосов
1 ответ
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 голосов
5 ответов
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 голосов
7 ответов
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 голосов
6 ответов
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 голос
4 ответов
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 голос
2 ответов
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 голосов
3 ответов
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 голосов
2 ответов
24th Dec 2016, 3:03 AM
Nate
How to take input from user in html programs?
html
inputs
learning
web
1 голос
2 ответов
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 голос
2 ответов
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 голосов
5 ответов
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 голосов
2 ответов
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 голосов
2 ответов
30th Jul 2019, 6:05 PM
E∆SI🇳🇬🤖
User input giving me different output in equation. Python.
duct
inputs
outputs
python
python3
tape
1 голос
4 ответов
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 голосов
2 ответов
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 голосов
2 ответов
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 голосов
3 ответов
12th Aug 2019, 5:17 AM
anti fragi
What is input function.
inputs
outputs
python3
0 голосов
1 ответ
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 голосов
2 ответов
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 голос
2 ответов
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 голосов
2 ответов
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 голосов
3 ответов
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 голосов
3 ответов
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 голосов
2 ответов
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 голосов
1 ответ
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 голосов
2 ответов
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 голосов
9 ответов
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 голос
2 ответов
27th Jun 2022, 8:37 PM
Edward Marais
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
9
10
11
12
Следующий >
Актуальное сегодня
Discrete-Time Signal Representation
0 Votes
Hey, is the "Snowflake" mission not working?
0 Votes
Detach thread exception
1 Votes
Bug in the answers checking algorithms?
0 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
How to make a 2d game
0 Votes
I want to learn Lua but don’t know where
2 Votes
Html
1 Votes
Create a program that will allow user to input grades from five subjects and display the average grade.
0 Votes