document.write( "Question 127211: This problem is not from a book. It is a an activity made by my instructor. Here is the problem:
\n" );
document.write( "You are considering going to spring semester at CGCC. You know that you will have to pay $65 per credit hour. You are on a limited budget, so you need to calculate the total cost based on the number of credit hours.\r
\n" );
document.write( "\n" );
document.write( "1. What are the input and output variables? \r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Write in words a rule that describes how to calculate the total tuition bill
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #93179 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are considering going to spring semester at CGCC. You know that you will have to pay $65 per credit hour. You are on a limited budget, so you need to calculate the total cost based on the number of credit hours. \n" ); document.write( "1. What are the input and output variables? \n" ); document.write( "input: number of credit hours \n" ); document.write( "output: tuition cost \n" ); document.write( "----------------------- \n" ); document.write( "2. Write in words a rule that describes how to calculate the total tuition bill \n" ); document.write( "Tuition cost in dollars is sixty-five times the number of credit hours . \n" ); document.write( "------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |