Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 1387 / 1621
Prompt the user and read in a string. Make your string large enough to hold 100
Prompt the user and read in a string. Make your string large enough to hold 100 characters. Assuming there is just one blank between each word, count the number of words in the st…
Prompt the user and read in a string. Make your string large enough to hold 100
Prompt the user and read in a string. Make your string large enough to hold 100 characters. Assuming there is just one blank between each word, count the number of words in the st…
Prompt the user and read in a string. Make your string large enough to hold 100
Prompt the user and read in a string. Make your string large enough to hold 100 characters. Assuming there is just one blank between each word, count the number of words in the st…
Prompt the user and read in a string. Make your string large enough to hold 100
Prompt the user and read in a string. Make your string large enough to hold 100 characters. Assuming there is just one blank between each word, count the number of words in the st…
Prompt the user and read the numbers a and b to be divided. Examine the signs of
Prompt the user and read the numbers a and b to be divided. Examine the signs of a and b to determine whether the result will be negative or positive. Then calculate the quotient …
Prompt the user for 3 numbers a, b, and c as part of the quadratic equation ax^2
Prompt the user for 3 numbers a, b, and c as part of the quadratic equation ax^2 + bx + c = 0. Use the quadratic equation formula from the notes to determine if there are no real …
Prompt the user for 3 numbers a, b, and c as part of the quadratic equation ax^2
Prompt the user for 3 numbers a, b, and c as part of the quadratic equation ax^2 + bx + c = 0. Use the quadratic equation formula from the notes to determine if there are no real …
Prompt the user for a line of text. Output that line in all capitals. Leave non-
Prompt the user for a line of text. Output that line in all capitals. Leave non-alphabetic characters untouched. My code does not capitalize one sentence in the output. My code: #…
Prompt the user for the name of an input file. Open and read the first line of t
Prompt the user for the name of an input file. Open and read the first line of this user-specified input file. Create a double array with a size to match the first line of the inp…
Prompt the user for the name of an input text file Read the input text file and
Prompt the user for the name of an input text file Read the input text file and display a keyword index for the contents that shows the line number of the first occurrence of each…
Prompt the user for two points (x1, y1), (y1, y2). Write a function that calcula
Prompt the user for two points (x1, y1), (y1, y2). Write a function that calculates the distance between the points. For a refresher on how to calculate the distance between two p…
Prompt the user to ee a positive integer number If the user does not enter a pos
Prompt the user to ee a positive integer number If the user does not enter a positive integer, prompt the user again (continually, if necessary) until the user successfully enters…
Prompt the user to ee a positive integer number M ATLAB . If the user does not e
Prompt the user to ee a positive integer number M ATLAB . If the user does not enter a positive integer, prompt the user again (continually, if necessary) until the user successfu…
Prompt the user to enter a large total number of days (e.g., 694444). Assuming 3
Prompt the user to enter a large total number of days (e.g., 694444). Assuming 365 days in a year, re-compute the value to display the number of years and leftover days. Display b…
Prompt the user to enter a sentence read in AT MOST 80 characters of the sentenc
Prompt the user to enter a sentence read in AT MOST 80 characters of the sentence the user entered count the number of words in the sentence by looking for whitespace (space, tab)…
Prompt the user to enter a sentence. Output that sentence with spacing corrected
Prompt the user to enter a sentence. Output that sentence with spacing corrected and with letters corrected for capitalization. In other words, in the output sentence, all strings…
Prompt the user to enter a sentence. Output that sentence with spacing corrected
Prompt the user to enter a sentence. Output that sentence with spacing corrected and with letters corrected for capitalization. In other words, in the output sentence, all strings…
Prompt the user to enter a string Call a function to insert that string, in alph
Prompt the user to enter a string Call a function to insert that string, in alphabetic order, into a linked list. If the user did not enter a string, print the list in order and t…
Prompt the user to enter an I for the conversion from inches to centimeters, a Q
Prompt the user to enter an I for the conversion from inches to centimeters, a Q for the conversion of quarts to liters, a P for pounds to kilograms, an M for miles to kilometers,…
Prompt the user to enter five numbers, being five people\'s weights. Store the n
Prompt the user to enter five numbers, being five people's weights. Store the numbers in an array of doubles. Output the array's numbers on one line, each number followed by one s…
Prompt the user to enter five numbers, being five people\'s weights. Store the n
Prompt the user to enter five numbers, being five people's weights. Store the numbers in a vector of doubles. Output the vector's numbers on one line, each number followed by one …
Prompt the user to enter the integers scores for Exam 1, Exam 2 and Final Exam,
Prompt the user to enter the integers scores for Exam 1, Exam 2 and Final Exam, read the scores, compute the weighted average score (using the following formula), and display a la…
Prompt the user to enter the path and name of a text file for input. Open this f
Prompt the user to enter the path and name of a text file for input. Open this file for input in your program. Present the user with the following options: Count and print the tot…
Prompt the user to enter the path and name of a text file for input. Open this f
Prompt the user to enter the path and name of a text file for input. Open this file for input in your program. Present the user with the following options: Count and print the tot…
Prompt the user to input an integer, a double, a character, and a string, storin
Prompt the user to input an integer, a double, a character, and a string, storing each into separate variables. Then, output those four values on a single line separated by a spac…
Prompt the user to input the following user information, and echo the informatio
Prompt the user to input the following user information, and echo the information to the screen. 1. Full User Name - a string that may contain blanks ex: Jean Morton 2. User Alias…
Prompt user to enter 20 integers Build an array that contains only one occurrenc
Prompt user to enter 20 integers Build an array that contains only one occurrence of each uniqueinteger Count the number of occurrences of each integer entered Print a table listi…
Prompt. Allow the User to input a Student Name, Student Year, and a varying numb
Prompt. Allow the User to input a Student Name, Student Year, and a varying number of grades for each student. Use Java input dialog windows to query the User. On input, the User …
Prompt: After reviewing the data in the table, respond to the problems below. In
Prompt: After reviewing the data in the table, respond to the problems below. Indicate the answer you believe is correct. Question 2: Determine the weight on debt capital that sho…
Prompt: After reviewing the data in the table, respond to the problems below. In
Prompt: After reviewing the data in the table, respond to the problems below. Indicate the answer you believe is correct. Zonk Corporation Data Total assets $7,460 Interest-bearin…
Prompt: Children grow physically, emotionally, socially, and intellectually duri
Prompt: Children grow physically, emotionally, socially, and intellectually during adolescence. What do you think are some good ways to cope with the changes that occur socially a…
Prompt: Create a multidimensional array. The array will store afirst and last na
Prompt: Create a multidimensional array. The array will store afirst and last name. Ask the user to enter 4 first and last names and store them intothe array. Ask the user to inpu…
Prompt: Design and implement aclass called Dog that contains instance data thatr
Prompt: Design and implement aclass called Dog that contains instance data thatrepresents the dog's name and age. Define the Dogconstructor to accept and initialize instance data.…
Prompt: For Milestone Two, you will be assessing the database needs and options
Prompt: For Milestone Two, you will be assessing the database needs and options for Sharpe Style. After looking at how the SDLC applies to your final project, a good next step is …
Prompt: For this activity, you will analyze a provided scenario that outlines th
Prompt: For this activity, you will analyze a provided scenario that outlines the business requirements and needs for a new database. As part of the process, you will use a color-…
Prompt: For this discussion question, please watch a television show that portra
Prompt: For this discussion question, please watch a television show that portrays a romantic relationship. Please discuss your observations about how the show portrays the relati…
Prompt: I am tired of this nation worrying about whether we are offending someon
Prompt: I am tired of this nation worrying about whether we are offending someone or their culture. I am not against immigration, nor do I hold a grudge against anyone who is seek…
Prompt: Imagine yourself as a paralegal working in a law office that has been ta
Prompt: Imagine yourself as a paralegal working in a law office that has been tasked with reviewing three current cases. You will review the case studies and compose a short repor…
Prompt: In Stepping Stone Lab Five, you created a Recipe Class. Now, in Stepping
Prompt: In Stepping Stone Lab Five, you created a Recipe Class. Now, in Stepping Stone Lab Six, you will focus your skills on developing your own driver class including custom met…
Prompt: In Stepping Stone Lab Five, you created a Recipe Class. Now, in Stepping
Prompt: In Stepping Stone Lab Five, you created a Recipe Class. Now, in Stepping Stone Lab Six, you will focus your skills on developing your own driver class including custom met…
Prompt: In your analysis, you will describe the pathophysiology for your selecte
Prompt: In your analysis, you will describe the pathophysiology for your selected disease or illness, propose historical explanations for variations in findings (when applicable),…
Prompt: On a frictionless horizontal air table, puck A (with mass 0.252 kg ) is
Prompt: On a frictionless horizontal air table, puck A (with mass 0.252 kg ) is moving toward puck B (with mass 0.368 kg ), which is initially at rest. After the collision, puck A…
Prompt: Prompt the user for a number and an exponent. Computer the value of the
Prompt: Prompt the user for a number and an exponent. Computer the value of the given number (the base) raised to the power of the exponent. (For example, the number two raised to…
Prompt: Specialist are those who work in the field of policing but with a specif
Prompt: Specialist are those who work in the field of policing but with a specific knowledge base in a certain area or "specialty". They can work anything from human trafficking c…
Prompt: The board of directors at a large corporation wants to base their divisi
Prompt: The board of directors at a large corporation wants to base their division managers' pay raises on the profit performance of their respective divisions. They have asked yo…
Prompt: The board of directors at a large corporation wants to base their divisi
Prompt: The board of directors at a large corporation wants to base their division managers' pay raises on the profit performance of their respective divisions. They have asked yo…
Prompt: The owners of a small mail order business want to estimate their average
Prompt: The owners of a small mail order business want to estimate their average annual sales. They randomly select 100 sales from their first quarter to analyze. For the samples,…
Prompt: The solid and liquid forms of water, as well as the daily variation betw
Prompt: The solid and liquid forms of water, as well as the daily variation between those forms are involved in the constant reshaping of the Earth’s surface. Identify and explain…
Prompt: This assignment provides an opportunity to work with defining classes an
Prompt: This assignment provides an opportunity to work with defining classes and creating objects (instantiating) from those classes. The exercise consists of source code that co…
Prompt: To prepare for this journal assignment, view this Avvo commercial. This
Prompt: To prepare for this journal assignment, view this Avvo commercial. This commercial exemplifies a person in the aging population with exemplary wellbeing, who feels minimal…