answersLogoWhite

0

by flow chart p.l.t..

what will be output when

1.nNum=7

2.nNum=3

3.nNum=11

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the pseudocode for prime numbers?

begin numeric nNum,nprime accept nNum while(nprime<=100) begin (nNum%nNum==1)AND (nNum%1==nNum) nNum+1 end end


C code that will give the sum of all digits in a given input?

#include <stdio.h> main() { int nNum, nSum=0; printf("Enter value: "); scanf("%d", &nNum); while(nNum!=0) { nSum = nSum + nNum; scanf("%d", &nNum); } printf("Sum of all input %d", nSum); }


What is the output when x equals 7?

That depends on the function you are working with.


What is the input output table for y equals -7 plus 3x and yy equals 5x-13?

50


If a generator has a max output of 10000 watts and the continuous output is 75 percent of max output what is the continuous output in watts?

Let's see. Take 10,000 times 75 % and it equals 10,000 times .75 which equals 7,500 watts or 7.5kW.


Total energy input equals equals the useful energy output plus?

Efficiency = ( useful energy output / total energy input ) x 100


What the output for 1 y equals 2x?

The output depends on what x is. If x = 1, then y = 2.


What type of loop is used to write a program that prompts the user for a value until the user enters -1?

Any type will do, here is an example: for (leave= 0, nnum= 0; ! leave; ) { rc= scanf ("%d", &number); if (rc!=1 number==-1) { leave=1; continue; } ++nnum; ... do something with number ... }


X-7 equals 7 equals?

x = 14


What is 16-7 equals?

16-7 equals = 9


What is 37-7 equals?

37-7 equals = 30


Mathematical function table h equals 7g?

Input (g) Output (h) 0 0 1 7 2 14 3 21 ...and so forth.