answersLogoWhite

0

What will the output when nNum equals 7?

Updated: 9/18/2023
User Avatar

Noor11

Lvl 1
13y ago

Best Answer

by flow chart p.l.t..

what will be output when

1.nNum=7

2.nNum=3

3.nNum=11

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What will the output when nNum equals 7?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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 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 ... }


What the output for 1 y equals 2x?

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


What is the output force times the output distance?

According to the laws of physics, output force (F) times output distance (D) equals output work (W). W = F x D


Does energy input always equals energy output?

Yes it does


What divided by what equals 7?

A lot of answers... for example, 49 divided 7 equals 7.


Mathematical function table h equals 7g?

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