Poohboi

This page lists questions and answers that were posted by visitors named Poohboi.

Questions

The following questions were asked by visitors named Poohboi.

use a modular approach and pseudo- code to design a suitable program to solve it. Allow the user to enter a series of temperatures in degrees Celsius (C) termi- nated by the input of −999. For each one, find the corresponding tempera- ture in degrees Fahr...
10 years ago
need help how do this program. Use the top-down modular approach and pseudocode to design a suitable program to solve it. Alberta Einstein teaches a business class at Podunk University. To evaluate the students in this class, she has given three tests. It...
10 years ago
Need to know if I have it right or not in the program please . Input a list of positive numbers (terminated by 0) into an array, find the mean (average) of the numbers in the array, and output the result. Use a subprogram to input the numbers, a function...
10 years ago
Need help on how write this program. "The Eversoft Eraser Company has a list of its customers’ names (not necessarily in alphabetical order) and telephone numbers in a file named "customer" with records of the following form: last_name (String), first_nam...
10 years ago
Need help how to do this Build a Fortune Cookie program that uses either the Chinese Zodiac or astrological signs to generate a fortune, a prediction, or a horoscope based on the user’s input. More specifically, the user may need to input her year of birt...
9 years ago
okay I need a little help here on next program this what it say for first one which I have done. Create a counting program that counts backward from 100 to 1 in increments of 10. #include < stdio.h > int main () { Int i; while ( I > = 1 ) { printf ( “ % d...
9 years ago
I am trying to understand what would I say to how it works anyone can help me please. How does reusing code help in the structure of your program?
9 years ago
Need help how to do this not sure how or anything can someone help please. Which class contains the function pow ? Write the statement to use the method pow to compute and output 6.5 3.5.
9 years ago
Need help with this it my first time and not get it can someone please help here. Which class contains the function pow? Write the statement to use the method pow to compute and output 6.5 3.5 .
9 years ago
Need help not sure how do this Do an analysis of the following program: Write a program to input the dimension of a cylinder, and print the surface area and volume.
9 years ago
Need help here how to do this program write the definition of a method that takes as input three numbers and returns the sum of the first two numbers multiplied by the third number (Assume that the three numbers are of type double.) can anyone help me sho...
9 years ago
I have hard time doing this any help? Rewrite the definition of the method setdate and the constructor with parameters so that the values of month, day, and year are checked before storing the date into the data members. Add a method isleapyear to check w...
8 years ago
A method can be directly or indirectly recursive and we will explore the differences. Discuss how and why would you trace a recursive method.
7 years ago

Answers

The following answers were posted by visitors named Poohboi.