Microsoft Visual C#
7th Edition
ISBN: 9781337102100
Author: Joyce, Farrell.
Publisher: Cengage Learning,
expand_more
expand_more
format_list_bulleted
Question
I need to make a KAY
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- My program isn't performing the calculation please help. Below is the assignment and the program I am working on. Im hoping that the program I included can be fixed rather than a brand new program. But I will accept all the help you can give me Create a Python program to determine the body-mass index of a collection of six individuals. Your program should prompt for a list of six names first. Then, using a for loop, it should successively prompt the user for the height in inches and weight in pounds of each individual. Each prompt should display the name of the individual whose height and weight is to be input. Validate that input for height and weight are positive (using a loop). It should call a function that accepts the height and weight as parameters and returns the body mass index for that individual using the formula: BMindex = weight × 703 / height2. (eg. 200lb, 6ft(72in) would be: BMindex = (200*703)/(72*72) = 27.1219 ). That body mass index should then be appended to a…arrow_forwardI need to make a KAY program that computes the sum of the n first numbers with a loop. Can someone help me please?arrow_forwardI am completely stumped on this homework question and cannot figure out how to make the range count down, and I don't know what 5 characters wide means. or how to get the totals. and how to separate the two different multipls from odd and even. I am able to make the range go from1-300. this is the homework question I have. program4_1.pyWrite a Python program that uses a for loop with the range function to inspect all integers from 300 down to 1. See page 170-172 to learn about the range function. Code in the loop should find exact multiples of 23 and print them in fields 5 characters wide on one line. The loop should also determine two totals; the total of the even multiples and the total of the odd multiples of 23. When the loop ends, the program should display these two totals.arrow_forward
- tgis problem should be done with while loop that much i know but after that’s im lostarrow_forwardPlease help to wirte a VBA program in Excel that reads a Number from a cell and fills the cell next to it with a factorial equation this program should also work for the value of 0! to equal to 1. Use this code and make a For Each loop that evaluates the factorial of several cells. Create a code to simulate the tossing of a coin 1000 times, and see how many heads/tails you get. The random number function will need to be used in this code. Note that the line x = Rnd will generate a number between 0 and 1. If x <=0.5 then the result is Head Else Tailsarrow_forwardMy question is for C proframming. Create a do-while loop. In the loop ask the user to enter an integer. Add the values entered. If a value 5 is entered exit the loop and print the total of the values entered. You can use break to stop the looping process.arrow_forward
- Please help me find the C CODE for this problem. Thank you! 4. A Shorter Three by CodeChum Admin Numbers in threes are awesome! But the one last time was too lengthy to look at, so I just want to view it in a shorter but still readable format. You okay with this task? Instructions: Print out all numbers from 1 to 100 that is divisible by 3 using a for loop just like the last problem, but this time, with each number only separated by the space like that of the sample output. Output A line containing integers divisible by 3 separated by a space. 3 6 9 12 15 18 21 24...arrow_forwardin python please thank uarrow_forwardMy question is for C programming. Create a while loop. Before the loop ask the user to enter an integer. Go through the loop as many times as the number entered. The loop stops as soon as the user enters 100 or -100. Keep count of the number of times you’ve gone through the loop and print this number in the loop.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Microsoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,