Top "Jgrasp" questions

jGRASP is a lightweight development environment, created specifically to provide automatic generation of software visualizations to improve the comprehensibility of software.

How to fix the compiler error in this program?

So i'm a student in high school new to the Java language and i'm using this program called jgrasp, which …

java compiler-construction jgrasp
Java, Return true if array contains duplicate values

I am trying to have a method (duplicates) return true if a given array called x (entered by user in …

java arrays sorting boolean jgrasp
Converting text file to all uppercase letters

I have an assignment for class and I have to make a program that takes an existing file and converts …

java loops while-loop jgrasp
G++ Not found, I've already tried 3 different compilers

I can compile C code no problem using MinGW but for some reason I can't compile C++. I already tried …

c++ compiler-construction mingw jgrasp
Java Fraction Calculator

I don't know why my fractions won't reduce. I think it's because I didn't call it but I don't know …

java calculator jgrasp
I need help creating an instance variable and constructors

Sorry, I know this answer is obvious but I suppose I'm just slow. Can anyone give me clear definitions of …

java variables constructor jgrasp
How to get started with JFreeChart?

I have downloaded the latest version of JFreeChart (1.0.14) and want to start using it. I only have imported standard Java …

java jfreechart jgrasp
Math.abs() reporting error: cannot find symbol

I'm new to java and I'm trying to figure out how the Math functions work. I can't figure out what …

java math jgrasp
Array required but (class name) is found

import java.util.Arrays; import java.util.Scanner; class MixNumberWithUnit_AM{ String unit; Mix_AM mixNumber; public MixNumberWithUnit_AM (String …

java arrays jgrasp
Jgrasp C++ compile issues

When I try to compile a simple source code in c++ using jgrasp i get this ----jGRASP wedge2 error: command "…

c++ jgrasp