answersLogoWhite

0

I need the program that can display this number

4

12

44

444

5555

66666

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Write an algorithm to check whether the given number is odd or even?

Type your answer here... i think we should first enter 1 number then check it


How do you draw a Flowchart to find whether the given number is odd or even using counter?

first we write start and then read number and after that check the number is totaly divide by 2 or not if number is totally divide by 2 then number is even else number is odd.


How do you write a C program to check whether the number is odd or even Ps-using DEV complier?

To write a C program to determine if something is odd or even you need to be a programmer. To write a program in C is complicate and only done by programmers.


Any integer is input through the keyboard write a c program to find out whether it is an odd number or even number?

printf(\n "ENTER THE NUMBER\t"); scanf{"%d",&a); while(a!=0); { r=a%2; if(r==0) printf("\n\n THE NUMBER IS EVEN \t"); else printf("\n\n THE NUMBER IS ODD \t"); printf ("\n ENTER THE NUMBER \t"); scanf("%d",&a); } getch(); }


What sign is the rational number if it is even?

The sign of a rational number does not depend on whether it is odd or even.


How do you write an odd number with even numbers?

If you add, subtract, or multiply two even numbers, you will get an even number. If you divide an even number by another even number, you may get an even number, an odd number, or even a fraction.


Test whether a number is even or add?

A number is even when you can divide it by 2. Ex: 44/2=22 (even) 18436/2=8218 (even) 165/2=82.5 (odd)


How can you tell whether the product of an addition problem will be odd or even?

whenever you add an even number the answer will be the same (odd/even) as the other number


How can you tell whether a given number is a multiple of 2?

If it is even


Test whether a number is even or odd?

An even number can be divided by 2 evenly. An odd number will have a remainder of 1 when divided by 2.


How can your tell whether a number is even or odd?

An even number can be divided by 2 evenly. An odd number will have a remainder of 1 when divided by 2.


How can you use the prime factorization of a number to determine whether the number is even or odd?

If the factorization includes the number 2, it's even. If not, it's odd.