11/4/10

Jay Sean's  2012 (It Ain't the End)

Jay Sean's 2012 (It Ain't the End)

(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "http://connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); (function() { var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true; po.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s); })();...
No problem na

No problem na

Tweet Hay salamat.. i'm bout to done in my enrollment.. yes.. class card na lang prob.. I hate this sem cause some of my instructors don't deserve to give us grade... though they are not attending in our class almost.....

9/27/10

multiplication table 2D arrays (Rows and Columns)

multiplication table 2D arrays (Rows and Columns)

Tweet //Disable select-text script (IE4+, NS6+)- By Andy Scott //Exclusive permission granted to Dynamic Drive to feature script //Visit http://www.dynamicdrive.com for this script function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } import javax.swing.JOptionPane;...
Divisors of a Number (Java Program)

Divisors of a Number (Java Program)

Tweet //Disable select-text script (IE4+, NS6+)- By Andy Scott //Exclusive permission granted to Dynamic Drive to feature script //Visit http://www.dynamicdrive.com for this script function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } import javax.swing.JOptionPane;...
SORTING 10 NUMBERS

SORTING 10 NUMBERS

Tweet import javax.swing.JOptionPane; public class BubbleSort{ public static void main(String[] args){ int []arrayNumb = new int [10]; // Initialized arrayNumb to 10 elements int counter = 0, counter2 = 0, counter3 = 0; for(counter = 0; counter String inputNumb = JOptionPane.showInputDialog(null, "Enter number:", "Input", JOptionPane.INFORMATION_MESSAGE); int Numb =...

9/23/10

"WithDraw Deposit" - Java Code

Tweet import java.util.Scanner; public class WithDrawDeposit{ public static void main (String[] args){ Scanner input = new Scanner(System.in); double transact; double balance = 20000; double finalBal = 0; System.out.println("Your current balance is Php 20,000.00"); System.out.println("A Postive number means Deposit"); System.out.println("A Negative number means Withdraw"); System.out.println("Press 0 to end transaction.\n\n");...

9/22/10

Getting the Largest and Smallest Number (Java Code) Using Bubble Sort

Getting the Largest and Smallest Number (Java Code) Using Bubble Sort

Tweet var message="Function Disabled!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") This java program sorts numbers from lowest to highest. import...
Peso Dollar Converter (Java Code)

Peso Dollar Converter (Java Code)

Tweet var message="Function Disabled!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") Code for converting peso-dollar written in Java: (No available screenshots...

"Computing the NetBill (Java Code)"

Tweet import javax.swing.JOptionPane; public class CustomersNetBill{ public static void main(String[] args){ String inputGrossBill = ""; double grossBill, serviceCharge = 0, salesTax = 0, change = 0, netBill = 0; String inputAmount = ""; double amount = 0; inputGrossBill = JOptionPane.showInputDialog("Enter the gross bill of the customer: "); grossBill...
Fibonacci Code - Java

Fibonacci Code - Java

Tweet Java Code for generating fibonacci numbers: import javax.swing.*; public class Fibonacci {  public static void main (String[] args) {     String inputSequence = "";     int a = 1, b = 1, sum = 0;     int sequence= 0;     inputSequence = JOptionPane.showInputDialog("Enter...

9/20/10

Taylor says.........

Taylor says.........

Tweet For me, Music is really more about a diary and a confession. Each song is a different confession to different people!...

9/19/10

Still waiting.......

Still waiting.......

Tweet I hope you like my post especially to all ComSci in PSU-lingayen......
Converting Peso-Dollar and Vice- versa (Java Code)

Converting Peso-Dollar and Vice- versa (Java Code)

Tweet //Disable select-text script (IE4+, NS6+)- By Andy Scott //Exclusive permission granted to Dynamic Drive to feature script //Visit http://www.dynamicdrive.com for this script function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } //Conversion: $1=Php...

9/13/10

Bad Trip for this morning

Bad Trip for this morning

Tweet My sister yesterday, nacancel ang flightr ang ate ko due to lack of papers....kainis akala ko makakaalis na xa..di pa pala..hay.......
Pages (76)1234567 Next

FEATURE

Blog Archive

 

© 2013 andyfgo. All rights reserved. Designed by Templateism Powered by Blogger
Protected by Copyscape DMCA Takedown Notice Violation Search

Back To Top