Search:

Type: Posts; User: BTroj

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    7,742

    Java Insurance program homework help

    This is the situation that I need to write my program for. My code is attached below. I cannot figure out where to go next. Please help!

    Assume that you are working for hypothetical insurance...
  2. Converting from decimal to hexadecimal. Can't figure out how to output correctly

    import java.util.Scanner;

    public class FindHexString {
    public static void main(String[] args) {

    String hexString = ""; //output a hex string
    int decNumber; //decimal number to be converted...
Results 1 to 2 of 3