Write syntax of input function with example
Answers
Answered by
2
Answer:
Python 3 / C++
Explanation:
Python 3
save = input()
C++
int save;
cin>>save
Answered by
2
Answer:
Hope it helps :)
Explanation:
In Python
save = input()
In C++
cin>>save
:)
Similar questions
English,
4 months ago
Math,
9 months ago
Computer Science,
9 months ago
History,
1 year ago
Math,
1 year ago