subject

6.7) Only do part d. Write the program so that it prompts the user for an int for how tall (how many lines vertically) the diamond should be. Valid input for the vertical height is 3-100. If the user enters a value outside that range, keep prompting him until a valid value is entered. Then prompt the user for a char that will be used to create the diamond. Once you have the vertical height and the char, invoke a utility method that you must create that prints out the diamond shape using the values read from the input. This utility method will be created in your driver class and invoked in the main method after the data is read from the user. Below is an example of the output.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 21:20
Your program will make use of long long int variables for all calculations. note: the use of long long int requires that you have c++11 support. you should have this automatically if you are using a newer version of visual studio. the support is there for gcc as well, but you may need the -std=c++11 or -std=c++0x compiler flag. you first need to read in the total number of seconds. there is no prompt for the read (that is, you just do the cin without using a cout to display a prompt). this is going to seem a little strange when you are running your program in your ide
Answers: 2
question
Computers and Technology, 21.06.2019 22:00
3. (6 pts) internally in the computer, with few exceptions, all numerical computation is done using binary numbers. output, however, often uses ascii, which is formed by appending 011 to the left of a bcd code. thus, an algorithm that directly converts a binary integer to a bcd integer is very useful. here is one such algorithm 1) draw lines to the left of the binary number to bound the expected bcd decades. (each decade is a group of 4 bits.) move the binary number one bit to the left. add 0011 to each bcd decade containing a binary value> 0100 repeat steps 2-3 until the last bit in the binary number has been moved into the least significant decade position. (note that when the last bit has been shifted into bcd decade, step 3 is not repeated.) read the bcd result. 2) 3) 4) 5) a) execute the algorithm for the binary number 1101101 b) execute the algorithm for the binary number 01110101110 4. (4 pts) represent the decimal number 3568 in bcd; excess-3 code; ascil; and hex.
Answers: 1
question
Computers and Technology, 22.06.2019 21:00
Write a method so that the main() code below can be replaced by the simpler code that calls method original main(): public class calcmiles { public static void main(string [] args) { double milesperhour; double minutestraveled; double hourstraveled; double milestraveled; milesprhour = scnr.nextdouble(); minutestraveled = scnr.nextdouble(); hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; system.out.println("miles: " + milestraveled); } }
Answers: 2
question
Computers and Technology, 23.06.2019 00:20
Ihave been given the number of guns per 100, and the total firearm-related deaths per 100,000. i have to find the actual number of guns per country and actual number of gun-related deaths. if somebody could show me how to do 1 question, i can finish the rest, i am just confused. tia
Answers: 3
You know the right answer?
6.7) Only do part d. Write the program so that it prompts the user for an int for how tall (how many...
Questions
question
Mathematics, 13.09.2020 01:01
question
Physics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
German, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
German, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Social Studies, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01
question
Biology, 13.09.2020 01:01
question
Mathematics, 13.09.2020 01:01