1. Proper planning
2. Honesty
3. Being reasonable in pricing
4. Knowledge of what you’re offering
5. Being kind/good to your clients
Answer:
The total cost is $13.0
Explanation:
Five Star Retro Video rents VHS tapes and DVDs to the same connoisseurs who like to buy LP record albums. The store rents new videos for $3.00 a night, and oldies for $2.00 a night.
Write a program that the clerks at Five Star Retro Video can use to calculate the total charge for a customer's video rentals.
The program should prompt the user for the number of each type of video and output the total cost.
Lookup the isalpha() function in the C standard library, this function will check and return non-zero for alphabetic characters.
Answer:
A MIPS Assembly procedure return to the caller by having the caller pass an output pointer (to an already-allocated array).