Thanks. When I ran the program in DOS mode it work fine. It just ran fast when I ran the program in JGRASP. Now I just have to create a user guide and a test program.. Thanks a Lot...
Minterman...
User Profile
Collapse
-
Thanks a Lot this got me on the right track. I added a while (true){
to get the program to keep looping but I want to make it pause after each calulations. How do I do that.
Thanks
MintermanLeave a comment:
-
Help with Homework What am I doing wrong with this code
1. the program needs to convert btu to jules
2. Convert calories to joules
3. Convert joules to joules
4 exit the program.
if the user type anything other than 1-4 the program should print a error message.
I can not get this code to execute Please hellp
here is my code.
Code:
import java.util.*;...Leave a comment:
-
I started writing the code to convert btu to joules. This code is not working for me...Leave a comment:
-
Units conversion program
1. the program needs to convert btu to jules
2. Convert calories to joules
3. Convert joules to joules
4 exit the program.
if the user type anything other than 1-4 the program should print a error message.
here is my code.
Code:import java.util.Scanner; public class joules { public static void main (String [] args) { final double BTUs = 1056; final double
-
1>c:\documents and settings\welcom e\my documents\visua l studio 2005\projects\c ake\cake\food.c pp(35) : error C2065: 'S' : undeclared identifier
1>c:\documents and settings\welcom e\my documents\visua l studio 2005\projects\c ake\cake\food.c pp(35) : error C2051: case expression not constant
1>c:\documents and settings\welcom e\my documents\visua l studio 2005\projects\c ake\cake\food.c pp(39) : error C2065: 'L' : undeclared identifier...Leave a comment:
-
Help!!!! with my assingment
I need to make a menu for my class assignment. It needs to be for different products. 1. read in an order of a customer of three items. each item to have a code. need to define a variable. prints a output with a random customer number.
correct price for each order or a message sorry we dont carry this order.
here is what I came up with so far. I am lost now
#include <iostream>
#include <string>...
No activity results to display
Show More
Leave a comment: