answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Who is the Nigerian c b n governor?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Write a program to find the largest of three numbers and print the output in ascending order?

void main() { int a,b,c; clrscr(); printf("Enter the value of a:"); scanf("%d",&a); printf("\nEnter the value of b:"); scanf("%d",&b); printf("\nEnter the value of c:"); scanf("%d",&c); if(a>b) { if(a>c) { if(b>c) { printf("c is smallest\n"); printf("b is middle\n"); printf("a is largest\n"); } else { printf("b is smallest\n"); printf("c is middle\n"); printf("a is largest\n"); } } else { printf("b is smallest\n"); printf("a is middle\n"); printf("c is largest\n"); } } else if(b>c) { if(a>c) { printf("c is smallest\n"); printf("a is middle\n"); printf("b is largest\n"); } else { printf("a is smallest\n"); printf("c is middle\n"); printf("b is largest\n"); } } else { printf("a is smallest\n"); printf("b is middle\n"); printf("c is largest\n"); } getch(); }


What B percent of what number is C?

Let the number be X, then B% = B/100 → B% of X = C → B/100 x X = C → X = C ÷ (B/100) = C x 100/B = 100C ÷ B So to find the number, divide C by B percent.


When A B and C are counting numbers and both A and B are multiples of C what can you say about A plus B?

If A and B are multiples of C, then A + B is also a multiple of C: If A is a multiple of C then A = mC for some integer m If B is a multiple of C, then B = nC for some integer n → A + B = mC + nC = (m + n)C = kC where k = m + n and is an integer → A + B is a multiple of C


If A B and C are counting numbers and both A and B are multiples of C what can you say about A plus B?

A + B is also a multiple of C. ------------------------------------------- let k, m and n be integers. Then: A = nC as A is a multiple of C B = mC as B is a multiple of C → A + B = nC + mC = (n + m)C = kC where k = n + m kC is a multiple of C. Thus A + B is a multiple of C.


Who is the governor of uttar pradesh at present?

B n joshi


Design an algorithm that accepts an array A of size N all the elements of a should be multiplied by 10 and updates the contents of A copy contents of a into array B display the result from array B?

Start dimension A[N], B[N] For c=1 to N Input A[N] Next For c=1 to N A[N] = A[N] *10 next For c+1 to N B[N] = A[N] Next for c=1 to N print B[N] Next End


How do we check weather the entered 3 characters are equal are not?

You can use if-else statements to check for equality.Eg:char a, b, c;scanf("%c%c%c", &a, &b, &c);if( a==b && b==c)printf("They are equal\n");elseprintf("They are not equal\n");


Wap to display the Fibonacci series?

#include<stdio.h> main() { int a=0,b=1,n,c,i; printf("enter number"); scanf("%d",&n); printf("%d\n",a); for(i=1;i<=n;i++) { c=a+b; printf("%d\n",c); b=a; a=c; } getch(); }


Greatest no among 3 number using nested if statement?

if (a > b && a > c) printf("%d\n", a); else if (b > c) printf("%d\n", b); else printf("%d\n", c);


Program that generates and displays the Fibonacci?

/*WAP to display Fibonacci series*/ #include<stdio.h> #include<conio.h> void main() { int i,a=0,b=1,c; scanf("%d",&n); printf("%d\n%d",a,b); for(i=0;i<n;i++) { c=a+b; a=b; b=c; printf("\n%d",c); } getch(); }


What is the formula for adding a fraction?

A over B+ C over B=A+C over B=N


What are the release dates for N-C-B-S - 2009?

N-C-B-S - 2009 was released on: USA: 2009