write a program to convert temperature from fa height into
celcius and vise versa,use modular programming
No Answer is Posted For this Question
Be the First to Post Answer
What will be the output- for(i=1;i<=3;i++) { printf("%d",i); continue; i++; }
write a program that accepts a number and outputs its equivalent in words. take note that the maximum input is 3000
1. Write a program using one dimensional array that calculates the sum and average of the five input values from the keyboard and prints the calculated sum and average.
main(){int a=5,b 10,c=2, d;a=b c;d=++a=(--c)*2; printf("%d%d%d%d,a,b,c,d; return o;}
write a c program, using for loop, that accepts and odds two numbers. The output must be the sum and the addens. This should be repeated 5 times while the first number is decremented by one and the second number is incremented by 1.
output for printf("printf");
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
write a program to convert temperature from fa height into celcius and vise versa,use modular programming
0 Answers Jomo Kenyatta University,
can you please write a program for deadlock that can detect deadlock and to prevent deadlock.
swap prog
Hello, I am trying to write a program in c++ which accepts month and year from the user and prints the calender. So please tell me the algorithm and what is the calender logic.
. Write a program using two-dimensional arrays that computes the sum of data in tows and the sum of data in columns of the 3x3 (three by three) array variable n[3][3].