Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1420 / 1624
Create a program that calculates a persons Body Mass Index (BMI). You will need
Create a program that calculates a persons Body Mass Index (BMI). You will need the persons height in inches and their weight in pounds. The formula to calculate the Body Mass Ind…
Create a program that calculates and displays the amount of money you would have
Create a program that calculates and displays the amount of money you would have if you invested $5000 at 2 percent simple interest for one year.Create a separate method to do th…
Create a program that calculates the average number of days a company\'s employe
Create a program that calculates the average number of days a company's employees are absent. The program should have the following functions: . A function called by main that ask…
Create a program that calculates the integral for part a and part b (give some o
Create a program that calculates the integral for part a and part b (give some option to choose a or b) using the trapezoidal rule, k = 4. 1. (Practice) Evaluate the following int…
Create a program that can display a GUI like the picture below. Hint: This progr
Create a program that can display a GUI like the picture below. Hint: This program is similar to the example we talked about in Chapter 18. "IP" and "2p" are two image buttons, th…
Create a program that can read a map. The map is located at the end of this ques
Create a program that can read a map. The map is located at the end of this question. a "-" represents an empty space, and a "*" represents a part of the building. each of these a…
Create a program that can try out every possible logical combination of the vari
Create a program that can try out every possible logical combination of the variables A, B, and C, and determine which combinations will yield a true statement. A few things to ta…
Create a program that chooses a random number between 1 and 100 and then prompts
Create a program that chooses a random number between 1 and 100 and then prompts the user for a guess. Compare the guess to the true answer, and print an appropriate statement bas…
Create a program that collects 10 numbers from the user (in any order) and then
Create a program that collects 10 numbers from the user (in any order) and then uses a bubble sort to display them in ascending order. package bubblesort; public class bubblesort1…
Create a program that computes all prime numbers le ss than a max_number (input
Create a program that computes all prime numbers le ss than a max_number (input by the user but no more than 50,000) by storing them in an arra y and then printing them 10 primes …
Create a program that contains 4 methods/functions... main(), getTestScores(), c
Create a program that contains 4 methods/functions... main(), getTestScores(), calcAverage(), and displayAverage()- The main() method should call the getTestScores() method to get…
Create a program that contains 4 methods/functions... main(), getTestScores(), c
Create a program that contains 4 methods/functions... main(), getTestScores(), calcAverage(), and displayAverage(). The main() method should call the getTestScores() method to get…
Create a program that contains a method that does the following; The name of you
Create a program that contains a method that does the following; The name of your method shall be named isBalanced. This method will take a non-empty array of integers and return …
Create a program that contains two functions: main and a void function to read d
Create a program that contains two functions: main and a void function to read data from a file and process it. Your main function should prompt the user to enter the name of the …
Create a program that continuously prompts the user for a number of dollars unti
Create a program that continuously prompts the user for a number of dollars until the user enters 0. Pass each entered amount to a conversion method that displays a breakdown of …
Create a program that convert temperatures from degree fahrenheit to celsius and
Create a program that convert temperatures from degree fahrenheit to celsius and vise versa. it also give the user the oction to quit the program by entering a q this is what I ha…
Create a program that converts Celsius to Fahrenheit and Fahrenheit to Celsius a
Create a program that converts Celsius to Fahrenheit and Fahrenheit to Celsius and displays as a table on the console as shown in the sample output below. Remember to use proper n…
Create a program that converts a string of words from English to Spanish. You wi
Create a program that converts a string of words from English to Spanish. You will read in a file using C file I/O that contains English/Spanish pairs in the form. English Word, S…
Create a program that converts from one base (2-36) to another Asks the user for
Create a program that converts from one base (2-36) to another Asks the user for a number - your program should read this in as a string/text...not as an integer (to account for a…
Create a program that counts the number of elapsed days from Jan 1, 2009 to a da
Create a program that counts the number of elapsed days from Jan 1, 2009 to a date in the year 2009 specified by the user. Program output should be similar to the following: This …
Create a program that creates a child process and the child process prints when
Create a program that creates a child process and the child process prints when it is created and then goes into a infinite loop to wait for a signal. In the main function for the…
Create a program that creates a stack. You must push numbers 1-10 onto the stack
Create a program that creates a stack. You must push numbers 1-10 onto the stack, pop the numbers off the stack, and display the result. You must also include a screen shot of the…
Create a program that creates a text file from user input with the following dat
Create a program that creates a text file from user input with the following data, which is a list of tools, prices and quantities. There should be 3 columns of data, including 1 …
Create a program that creates a text file from user input with the following dat
Create a program that creates a text file from user input with the following data, which is a list of tools, prices and quantities. There should be 3 columns of data, including 1 …
Create a program that creates the following shapes using for loops and while loo
Create a program that creates the following shapes using for loops and while loop. 1.) Diamond - has 1 input as size (whole numbers only), char data type of 'D' will trigger the d…
Create a program that declares a 2D array called theRandoms. The array should ho
Create a program that declares a 2D array called theRandoms. The array should hold ten rows with nine columns. Write a function call FillArray that will fill a 2D array with varia…
Create a program that declares an array of 10 integers. The program should initi
Create a program that declares an array of 10 integers. The program should initialize the array with the values 1 - 5. Then the program should request and allow the user to input …
Create a program that determine if a number is divisible by 2, 3 and 5. BEWARE:
Create a program that determine if a number is divisible by 2, 3 and 5. BEWARE: a number is divisible by the other only when the remaining residue is 0 Example 1: Enter a number: …
Create a program that determines grades at the end of the semester. So I current
Create a program that determines grades at the end of the semester. So I currently need help with creating a program that determines the grades, and I'm not really sure where to s…
Create a program that determines grades at the end of the semester. Specificatio
Create a program that determines grades at the end of the semester. Specifications Using the array class (Links to an external site.), construct a 5 x 7 two-dimensional array base…
Create a program that displays a series of images overlayed on top of each other
Create a program that displays a series of images overlayed on top of each other. Create a StackPane. Create a method named blendModeObjects that returns a Node. This means that i…
Create a program that displays a table consisting of four rows and five columns.
Create a program that displays a table consisting of four rows and five columns. The first column should display the numbers 1 through 4. The second and subsequent columns should …
Create a program that displays five random addition problems, one at a time, on
Create a program that displays five random addition problems, one at a time, on the computer screen. Each problem should be displayed as a question, like this: What is the sum of …
Create a program that displays movie ratings in a bar chart, similar to the one
Create a program that displays movie ratings in a bar chart, similar to the one shown in Figure 8-28. If necessary, create a new project named Advanced21 Project, and save it in t…
Create a program that displays the ending balance in a savings account, given th
Create a program that displays the ending balance in a savings account, given the beginning balance, the deposit amounts, and the withdrawal amounts. Use two loops in the program:…
Create a program that displays the ending balance in a savings account, given th
Create a program that displays the ending balance in a savings account, given the beginning balance, the deposit amounts, and the withdrawal amounts. Use two loops in the program:…
Create a program that does the following: Part 1 Approximate Pi to 10 places wit
Create a program that does the following: Part 1 Approximate Pi to 10 places with the following formulas from using integer division and modulus operators (https://en,.wikipedia.o…
Create a program that does the following: creates an ArrayList of integers promp
Create a program that does the following: creates an ArrayList of integers prompts the user to enter integers and adds them to the ArrayList calls the generic method max to print …
Create a program that draws a Sierpinski triangle, or asimilar object with any n
Create a program that draws a Sierpinski triangle, or asimilar object with any number of corners. Allow the user to inputthe number of corners and the number of iterations in text…
Create a program that enables you to measure the execution times of various sort
Create a program that enables you to measure the execution times of various sorting algorithms to better understand their efficiency characteristics. For each sorting algorithm, y…
Create a program that encrypts and decrypts messages. The message should encrypt
Create a program that encrypts and decrypts messages. The message should encrypt by "rotating" each alphabetical character by their position in the message. For example, the strin…
Create a program that enters three values: hourly pay rate (15.5), hours worked
Create a program that enters three values: hourly pay rate (15.5), hours worked (13.5), and percentage of gross salary that is withheld (0.15). The program multiplies the hourly p…
Create a program that find the average and sum (total) of all the numbers store
Create a program that find the average and sum (total) of all the numbers store in a text file using the following specification. Create a function named callCount that accepts no…
Create a program that functions as a calculator for 16-bit signed integers. It s
Create a program that functions as a calculator for 16-bit signed integers. It should display the current value and a menu that asks the user to make a selection. The text on your…
Create a program that generates SuperLotto lottery numbers. Create a class calle
Create a program that generates SuperLotto lottery numbers. Create a class called SuperLottoPlus.java Create a static method called generateSuperLottoNumbers() that returns an arr…
Create a program that generates a simple day schedule with 3 activities, based u
Create a program that generates a simple day schedule with 3 activities, based upon the following inputs: Activity Name (Keep it to a short word if you are using tabs, or in the l…
Create a program that generates a simple day schedule with 3 activities, based u
Create a program that generates a simple day schedule with 3 activities, based upon the following inputs: 1-Activity Name (Keep it to a short word if you are using tabs, or in the…
Create a program that gets 5 students information from the user. Each student’s
Create a program that gets 5 students information from the user. Each student’s information is used to create an instance of Student class. • Student Class has the following attri…
Create a program that gets a number from a user. This number should be from 1 to
Create a program that gets a number from a user. This number should be from 1 to 26. Then have the user input a phrase, with this phrase you want to add the number they entered an…
Create a program that gets a number from a user. This number should be from 1 to
Create a program that gets a number from a user. This number should be from 1 to 26. Then have the user input a phrase, with this phrase you want to add the number they entered an…