Input and Output

Sort by

recency

|

772 Discussions

|

  • + 0 comments

    That’s a great place to start learning coding and enhance your knowledge on it Fun in Match

  • + 0 comments

    wow

  • + 0 comments

    include

    using namespace std;
    int main()
    {
    int a,b,c,s=0;
    cout<<"enter the number ;
    cin>>a>>b>>c;
    s=a+b+c;cout<<"sum is ="<<s;
    }
    
  • + 0 comments

    Great resource for getting started with C++! A solid first step in learning C++ coding challenges. Ekbet login id and password

  • + 0 comments

    include

    include

    include

    include

    include

    using namespace std;

    int main() { /* Enter your code here. Read input from STDIN. Print output to STDOUT */
    int s, n, t; cin >> s >> n >> t;

    Follow Me Linkedin: www.linkedin.com/in/nayem099
    Follow Me GitHub: https://github.com/Nayem-99
    
    
    
    cout << s + n + t;
    
    return 0;
    

    }