Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~121 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for agnetta22

this is the program // file: am00201.cpp // author: a.montes de oca #include <iostream> using namespace std; int main() { int a[16] = {67, 111, 110, 103, 114, 97, 116, 117, 108, 97, 116, 105, 111, 110, 115, 33}; int i; char letter; i = 0; while (i < 16) …

Member Avatar for adnan.siddique
-1
121