#include<iostream>
#include<vector>
template<typename T> void print_table(std::vector<T> table)
{
for (auto i : table)
std::cout << i << std::endl;
}
int main()
{
std::vector<int> table = {1,5,9,3,5,2,9};
print_table (table);
}
wap to print all the arnstrong no. between 100&1000
yo yo as
CLS PRINT "PROGRAM: Print squares of all even numbers from 1 to 20" PRINT PRINT "number", "squared" PRINT FOR number% = 1 TO 20 IF number% MOD 2 = 0 THEN PRINT number%, number% * number% END IF NEXT END
#include<iostream> using namespace std; int main(void) { int a; int b; { cout << "Please enter a number: "; cin >> a; b = a%2 == 0 ? a*a : a*a*a; cout << "The result is: " << b << endl; } return 0; } - - - //Alternative #include<iostream> #include<cmath>
Research did not yield any reasonable solution to your question.
cls total=0 for i=0 to 20 step -2 total = total+i print i ; next i print "total is " total end send by tripti
Main(include.h)
10. input number 20. let accumulator = 0 30. if number > 0 then goto 80 40. let digit = number % 10 50. let accumulator = accumulator * 10 + digit 60. let number = number / 10 70. goto 30 80. print accumulator
#include <stdio.h> int main (void) { puts ("in 0 10 010kzvcs"); return 0; }
Samsung s5233 wap code
use the strrev() function on the given string and compare with original string.If both are equal they are palindromes else not.
To get wap on your mobile phone, simply get in touch with your service provider. The provider will give you instructions on how to get wap.