+ 1
Why is input called
4 ответов
+ 9
Țucudean Adrian-Ionuț i thought this was a copy of this question
https://www.sololearn.com/discuss/1459464/?ref=app
+ 6
c scanf()
c++ cin>>
py a=int.(input()) , or a=input() if a is string;
java:
Scanner sc=new Scanner(System.in);
int a=sc.nextLine();
+ 5
Can you please explain the question more
+ 5
aaaah sorry i tough he asked about input in a code