User Profile

Collapse

Profile Sidebar

Collapse
minterman
minterman
Last Activity: Feb 19 '08, 02:11 AM
Joined: Jan 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • minterman
    replied to Units conversion program
    in Java
    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...
    See more | Go to post

    Leave a comment:


  • minterman
    replied to Units conversion program
    in Java
    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
    Minterman
    See more | Go to post

    Leave a comment:


  • minterman
    replied to Units conversion program
    in Java
    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.*;...
    See more | Go to post

    Leave a comment:


  • minterman
    replied to Units conversion program
    in Java
    I started writing the code to convert btu to joules. This code is not working for me...
    See more | Go to post

    Leave a comment:


  • minterman
    started a topic Units conversion program
    in Java

    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
    ...
    See more | Go to post
    Last edited by horace1; Feb 28 '07, 08:12 PM. Reason: added code tags

  • minterman
    replied to Help!!!! with my assingment
    in C
    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...
    See more | Go to post

    Leave a comment:


  • minterman
    started a topic Help!!!! with my assingment
    in C

    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>...
    See more | Go to post
No activity results to display
Show More
Working...