answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you get the following output in VB 22 4444 666666?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sequence of 122333444455555?

Each digit is repeated the number of times equal to its value. 1 22 333 4444 55555 666666 7777777 88888888 999999999


What is 4444 using exponents?

22 x 11 x 101 = 4444


What is the product of 22 and 2?

the product of 22 by 2 is 4444


What are some model question papers of plus one computer science?

1. ................is an alternative of if statement. 2. which of the following is an entry controlled loop? (a) for (b) switch (c) while (d) both b and c 3. which of the following is an entry controlled loop? (A) for (B) while (c)do while (d)both a and b (e)none of these 4.consider the given code fragment: const int n=25; int i=0,s=0; while(i { s+=i; i++; } cout<<s; write equivalent for loop for this. 5.write a programme to display the following output. 1 22 333 4444 55555 666666 6.write a programme to find the sum of digits of an integer number using (a) entry controlled loop (b) exit controlled loop


How do you solve graham and moser number?

22^333^444^55555^666666^7777777^88888888^999999999 repeat this step 4096 times


C program to print the format 4 1 44 11 444 111 4444 1111 000000000 444444 3333 22 1?

#include <stdio.h> int main (void) { puts ("4 1 44 11 444 111 4444 1111 000000000 444444 3333 22 1"); return 0; }


The first 22 numbers in the sequence 4 44 444 4444 and so on are added together what digit is the thousands place of the sum?

The sum of 4,44,444... for 22 positions would 3.25611 E+22 (22 zeroes). In the thousands position would be a 0.


How do you write 55555 4444 333 22 1 in php?

This is one of possible solutions:


How would you write a C program loop that outputs the values 4444 333 22 1?

int i = 4;while (i>0) { for (int n=0; n<i; ++n) { printf ("%d", i); } printf (" "); } printf ("\n");


Which of the following is not factor of 22?

Any number that is not 1, 2, 11 and 22


What is the range of the following set of numbers 22 44 66 88?

66


What is the rule for the following pattern 11 22 11 22?

it is n+11 = y - 11