ramosjeanneit134.blogspot.com
IT134A_DDS: March 2009
http://ramosjeanneit134.blogspot.com/2009_03_01_archive.html
Monday, March 23, 2009. Date started: march 23, 2009 . Date ended: march 24, 2009 . Purpose: manipulate String.*/. Import java.util.*; . Import java.io.*; . Public class nameEcho { . Public static void main(String[] args) throws IOException . 160;{ . 160; String yourName; . 160; String firstName; . 160; String lastname; . 160; System.out.println("Enter your name:"); . 160; Scanner input = new Scanner(System.in); . 160; yourName = input.nextLine(); . 160; } . 160; {.
besasjhovanit134a.blogspot.com
IT134A_DDS: Objects in the Direct Clothing Case Study
http://besasjhovanit134a.blogspot.com/2009/02/objects-in-direct-clothing-case-study.html
Sunday, February 8, 2009. Objects in the Direct Clothing Case Study. Programmer Name: Besas, Jhovan C. 160; Program Name: Direct Clothing Case Study. 160; Purpose: To apply knowledge that i have learned in OOP. 160; Date: February 8, 2009. 160; Subect: Computer Programming 3. 160; Instructor: Dony Dongiapon* /. Public class Customer{ Int CustomerID; String Name; String Address; int phoneNumber; String EmailAdd;. Public int removeStock() { return quantity=quantity-stock; }. Public class Order{ Int Or...
besasjhovanit134a.blogspot.com
IT134A_DDS: Arraylist and Iterators
http://besasjhovanit134a.blogspot.com/2009/03/programmer-name-of-program-arraylist.html
Tuesday, March 3, 2009. Programmer: Besas, Jhovan. 160; Program name: Arraylist with Iterators. 160; Subject: IT134A Computer Programming 3. 160; Instructor: Mr. Dony Dongiapon. 160; Date Started: March 2,2009. 160; Purpose: To implement a java code that deals with ArrayList and Iterators.* */. Import java.util.ArrayList;. Import java.util.Iterator;. Import java.util.ListIterator;. Public class iterators {. Public static void main(String args[]) {. ArrayList vhan = new ArrayList();. Jhoyset(element " ");.
ramosjeanneit134.blogspot.com
IT134A_DDS: OBJECTS IN THE DIRECT CLOTHING CASE STUDY
http://ramosjeanneit134.blogspot.com/2009/03/objects-in-direct-clothing-case-study.html
Monday, March 9, 2009. OBJECTS IN THE DIRECT CLOTHING CASE STUDY. 160;int CustomerID=0;. 160;String Name=" ";. 160;String Address=" ";. 160;int PhoneNumber=00000000000;. 160;String EmailAddress=" ";. 160;int Order=0;. 160;public void displayCustomerInformation(). 160;System.out.println("CustomerID: " getCustomerID() ;. 160;System.out.println("Name: " getName() ;. 160;System.out.println("Address: " getAddress() ;. 160;System.out.println("PhoneNumber: " getPhoneNumber() ;. 160;public int getCustomerID().
ramosjeanneit134.blogspot.com
IT134A_DDS: February 2009
http://ramosjeanneit134.blogspot.com/2009_02_01_archive.html
Tuesday, February 3, 2009. Programmer: Jeanne B. Ramos. Date started: February 4, 2009. Date ended: February 6, 2009. Programmed name: Cube Exe. Purpose: To create classes using Visibility Modifiers. 160;public class Cubez{ private double volume;. 160; private double area;. 160; private double width;. 160; private double height;. 160; private double length;. 160; private double setDimension;. 160; width=0;. 160; height=0;. 160; length=0;. 160; volume=0;. 160; area=0;. 160; }.
ramosjeanneit134.blogspot.com
IT134A_DDS: IT134 Cube Solutions
http://ramosjeanneit134.blogspot.com/2009/02/it134-cube-solutions.html
Tuesday, February 3, 2009. Programmer: Jeanne B. Ramos. Date started: February 4, 2009. Date ended: February 6, 2009. Programmed name: Cube Exe. Purpose: To create classes using Visibility Modifiers. 160;public class Cubez{ private double volume;. 160; private double area;. 160; private double width;. 160; private double height;. 160; private double length;. 160; private double setDimension;. 160; width=0;. 160; height=0;. 160; length=0;. 160; volume=0;. 160; area=0;. 160; }.
ramosjeanneit134.blogspot.com
IT134A_DDS: arraylist/iterators
http://ramosjeanneit134.blogspot.com/2009/03/arraylistiterators.html
Monday, March 16, 2009. Programmer: Ramos,Jeanne B. 160; Name of Program: ArrayList with Iterators. 160; Date Started : March 16,2009. 160; Date Ended: March 17,2009. 160; Purpose: To try implementations that deals with ArrayList and Iterators. Import java.util.ArrayList;. Import java.util.Iterator;. Import java.util.ListIterator;. Public class iterators {. Public static void main(String args[]) {. List = new ArrayList. System.out.print("Original contents of list: ");. Zai = list.iterator();.
besasjhovanit134a.blogspot.com
IT134A_DDS: Exer # 1
http://besasjhovanit134a.blogspot.com/2009/03/exer-1.html
Wednesday, March 18, 2009. Programmer Name: Jhovan C. BesasProgram Name: Hello ObjectPurpose: To enhance how to run a program that will reverse the outputDate: March 18,2009Instructor: Dony Dongiapon*/ . Import javax.swing.*;. Import java.util.Scanner;. Import java.io.*;. Public class Reverse {. Public static void main(String[] args) throws IOException/ start the main method that will catch Exceptions. String a=JOptionPane.showInputDialog("Enter a Name: ");/ ask input to the user in correct form.
giljayit134.blogspot.com
IT134A_Gil: March 2009
http://giljayit134.blogspot.com/2009_03_01_archive.html
Wednesday, March 18, 2009. Programmer Name: Jay S. Gil. Program Name: Word Reverser. Purpose: To Learned how to program when the output is . Reverse from the original word. Date: March 18,2009. Java String Reverse example. This example shows how to reverse a given string*/ . Public class StringReverse {. Public static void main(String args[]). 160; String strOriginal = "Hello World";. 160; System.out.println("Original String : " strOriginal);. 160;method of java StringBuffer class. Date: March 18,2009.
giljayit134.blogspot.com
IT134A_Gil
http://giljayit134.blogspot.com/2009/02/here-we-go-again.html
Tuesday, February 3, 2009. Here we go again., .let's get it on., ". Subscribe to: Post Comments (Atom). Mati, 11, Philippines. Tell me who your friends are. and I will tell you who my friends are." Para barkada.hehehe. View my complete profile. Direct Clothing Case Study Solution. Here we go again., .lets get it on.,.