is this correct?
{
int n;
for(int i=n ; i<=n ;i)
{
cout<<"\n "<<i;
}
}
is this correct ?And i have no clue how to do this
Write a program that will print the multiples of the given number and divide them in rows and columns.(you can use escape sequences)


Sign In
Create Account


Back to top









