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.
Not sure how do that but just write it out.
10 years ago
That was the second part this what it say first which got the first part but this is the full saying Given a = 5, b = 1, x = 10, and y = 5, create a program that outputs the result of the formula f = (a – b)(x – y) using a single printf() function. 2.Crea...
9 years ago
I would not do it that way if have to use the program in cygwin that's where I have to write the program so can that be able to do the table in it too?
9 years ago
Need know if this is right please helps anyone. include <stdio.h> #include <stdlib.h> int main(){ int d, *dPtr; char c; int=0; dPtr=&d; printf("Choose one of the following:\n"); printf("a. enter a new integer value.\n"); printf("b. print a pointer address...
9 years ago
Yes I guess it a Java programming
9 years ago
The whole thing has to be do an OOD analysis of the following write a program to input the dimension of cylinder, and print the surface area and volume. What you show me don't think it the right one.
9 years ago
No I can not that is why I was asking for help to show me how
9 years ago