declare variable to hold the respective amount
print "Asking the user the rate of food"
print "Asking the user the rate of rides"
print "Asking the user the rate of room"
now add the total to see if tis more thatn 700
if not then its ok
else
ask the user to reduce the costing so as to be in the budget
This should go on unless the cost comes with in the budget
Can you write a pseduo code for a summer vacation disneyworld with an amount of $700.00 that i ca...
Write a pseudo code for a summer vacation. Use different lines like the IF...THEN statements and use assign variables
1.Write Psuedo Code for your Summer Vacation Includes 3 different variables and they must be assigned and used Include at least 2 different IF statements Include one LOOP
You are responsible for planning your family’s next summer vacation. Using the concepts of algorithms, schema, and heuristics, describe how you would go about planning this vacation. Think about how you decide on where to go, how you find your accommodations and/or travel arrangements, and what tools you decide to use to come to a decision.
Can you help me to write a newton MATLAB code? I have half part of the code and need to finish it. Thanks. I gave up Thank you.
2) During your summer vacation abroad, you decide to use a hotel’s outdoor swimming pool. The depth numbers are faded away by the Sun, and you want to know if you can dive or not. The pool is filled with water to the top and is 4 meters wide by 4 meters long. The entire bottom of the pool becomes 100% shaded when the afternoon Sun is twenty degrees above the horizon. How deep is the pool? Can you dive...
Can someone help me write a retirement calculator program in c code. I want to write a program that the user can enter their age, amount they wish to save each month, the interest rate, and the age they wish to retire. I would like to use a switch loop, if else loop or do while loop. the output should show them how much they should have in a retirement savings account at the age they wish to retire at....
Can you write the code for this
It's for Visual Basic
I am having a hard time getting it to work
Telling me error
Thank u I will rate a good so other students can learn from
this
Can you write the following code without using any logical operators? cout << “Are you hungry? (0-no, 1, yes) << endl; cin >> choice; if(choice == 1 && store == OPEN) { //get some food from the store } else if(choice == 1 && store == CLOSED) { //make some food at home } else { //I’m not hungry }
A Monster.com pool of 3,057 individuals asked, "What’s the longest vacation you plan to take this summer?" The following relative frequency distribution summarizes the results.ResponseRelative FrequencyA few days0.21A few long weekends0.18One week0.36Two weeks0.22The 95% confidence interval for the proportion of people who plan a one-week vacation this summer is ______.Answer options:[0.345, 0.375][0.338, 0.382][0.343, 0.377][0.345, 0.382]
Write a Python Code for a Function: you need to come up with code for shift_char. Write the code in a way in which you can shift the character by writing the number of shifts. Use the ASCII code for this. For example in lie 11, the input for char_to shift is r. U shift it by 1 so it becomes s. below is the function def shift_char(char_to_shift, amount_to_shift): ''' shifts any character by moving it a certain amount on...