Array elements eliminationI got it how it's done. Thanks for the help, guys!
Array elements eliminationDuoas thanks for the advice, but even so, it's hard to create the "while" structure which includes t...
Array elements eliminationHi everyone. I have an array with n elements and a number k. I need to eliminate elements from the a...
Roman digitsHow can i transform a number made from arabian digits into a number made from roman digits? Examp...
odd digitsUntil now I have this: #include<iostream.h> void main() { long n, cop int i, max, min, man; ...