C++:
#include <iostream>
int main()
{
for(int i = 5; i > 0; --i) {
for(int j = i; j <= 5; ++j) {
std::cout << j << ' ';
}
}
return 0;
}
yes, use for loop;;
string s = "asdfqwer"; s = s.ToUpper(System.Globalization.CultureInfo.CurrentCulture);
echo 'print a pattern'
write a c program to display marks,total,average,grade using union
write a c++ program to convert binary number to decimal number by using while statement
write a c program to accept a number and generate a square root cube and exponential values
Write your own prime number program and find out.
Write a program to convert a 2-digit BCD number into hexadecimal
yes, use for loop;;
You write the number and then follow it with the digits in reverse order.
string s = "asdfqwer"; s = s.ToUpper(System.Globalization.CultureInfo.CurrentCulture);
Yes, I can.
echo 'print a pattern'
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
write a c program to display marks,total,average,grade using union
you only need a pattern
It depends on the patterns.