TGTGInsighttelegram intelligenceLIVE / telegram public index
Innhold
Innholdet i innlegget
// Problem 5 // Uppercase - A, B, W, U, T // Lowercase - a, b, w, u, t // for (int i=65; i<=90; i++) { // if (i%5==0 and i!=65) cout<<endl; // cout<<char(i)<<" "; // } // 65, 66, 67, 68, 69 // 70, 71, 72, 73, 74 // 75