user inptu in cpp

Solutions on MaxInterview for user inptu in cpp by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "user inptu in cpp"
Lance
01 Apr 2018
1#include<iostream>
2int main(){
3int input = 0; // you should aways store inptu in a variable or the inptu won't work
4 std::cout << "put the input/n"
5 std::cin >> input;
6 std::cout << "input accepted it is" << input << "thankyou";
7  
8}
similar questions
queries leading to this page
user inptu in cpp