COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
Loading...
Searching...
No Matches
assign.cpp
Go to the documentation of this file.
1
#include<iostream>
2
using namespace
std;
3
int
main
(){
4
int
a,b,c;
5
cin >> a;
6
cin >> b;
7
cin >> c;
8
cout << a+b+c << endl;
9
}
main
int main()
Definition
assign.cpp:3
Module2
Assignments
2012333333
assign.cpp
Generated on Thu Nov 14 2024 10:59:44 for COMP2113 by
1.12.0