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 IamaSherpa 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: *

  1. mutual

    Convert Roman numbers to Arabic

    I want to write a program that converts Roman numbers to Arabic from 1 to 3000 inclusive.<br>class RomanTest {&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;public static void main(String args[] ) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;int...
  2. mutual

    Math.Random method

    Please give me some idea how to constract sentence.<br><br>I have 4 arrays type String<br><br>&nbsp;public static void main(String args[] ) {<br><br>&nbsp;&nbsp;&nbsp;&nbsp;String[] article =...
  3. mutual

    Math.random method

    Please give me some idea how to start.I have 4 arrays type of String.public static void main(String args[] ) {<br><br>&nbsp;&nbsp;&nbsp;&nbsp;String[] article = {
  4. mutual

    how to make loop with different values

    Bellow is my code that calculate area of triangle where<br>a,b,c are sides of triangle and s is semiperimeter.program works fine,but I need main function call method Calcarea 3 times with different values for a,b and c.I'm very new in java.can't figure out how. Any help will be greatly...
  5. mutual

    temperature conversion from Far to Celcius

    Thank you all, I figire out how to do it.It works. The only thing I didn't get that assigment was to code two variables type integer in main function and other 2 functions CtoF and FtoC should be declared as static and private.when I declare 2 variables in main compiler wouldn't recognize it.So...
  6. mutual

    temperature conversion from Far to Celcius

    I'm trying to write a program that converts temperature from Far to cel and opposite.It shoul have two functions<br>FtoC and CtoF.they should be declared as private and accept sinfle argument of type int,return a value of type int.<br>I should pass fahrenheit constant as an arg to FtToC function...

Part and Inventory Search

Back
Top