Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: arthurp
  • Order by date
  1. arthurp

    output the £ sign

    Try this assignment: class PoundSign { public static void main(String [] args) { final char POUNDSIGN = 339; // set a constant to hold a pound character System.out.println(POUNDSIGN + "50\n\n\n"); // does it work? Try it here. } } // arthurp

Part and Inventory Search

Back
Top