math

Simple Math Calculator Using CheckBox

Submitted by alpha_luna on
This is a simple program using JavaScript. And it’s called Simple Math Calculator Using CheckBox. This is a very common program, but this is suited for the beginner in JavaScript Language. This program contains 2 textboxes where the user types for the numeric value, then 4 check box for addition, subtraction, multiplication, and division.

XY Grapher

Submitted by SoulPour777 on
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author SoulPour */ import java.lang.Math; import java.util.Random; import javax.swing.*; public class XY_Grapher extends javax.swing.JFrame { /** * Creates new form XY_Grapher */ public XY_Grapher() { initComponents(); } /** * This method is called from within the constructor to initialize the