Search:

Type: Posts; User: SunsetSkies

Search: Search took 0.10 seconds.

  1. Re: Trying to get Java to ask the user for a number

    Ugh, I'm sorry, the most coding I've ever done has pretty much been Hello World.

    I have this-



    import java.util.Scanner;
    public class PsychStat {
    public static void main (String [] args)...
  2. Re: Trying to get Java to ask the user for a number

    I finally just got it to ask me for a number and add 1. How terrifically frustrating.

    Now, I assume to get it to actually do what I want, I'll have to define num2 as num1 * log(num 1)?
    And once...
  3. Re: Trying to get Java to ask the user for a number

    So I tried to change around my code based on something I found off Google... so now my code looks like this-


    public class PsychStat {
    public static void main (String [] args) {
    Scanner...
  4. Trying to get Java to ask the user for a number

    Basically, I'm trying to write a program that will ask the user for numbers, then plug those numbers into specific places into an equation.
    The equation will look something like this-
    ...
Results 1 to 4 of 4