September 2010
7 posts
Boys do fall In Love →
dzlkrstn:
akosiaxie:
sleepyaeya:
kornyforever:
llanamielle:
1. Guys don’t actually look after good-looking girls. They prefer neat and presentable girls.
2. Guys love flirts. 3. A guy can like you for a minute, and then forget you afterwards. 4. When a guy says he doesn’t understand you, it simply means you’re not thinking the way he is. 5. “Are you doing something?” or “Have you eaten...
5 tags
MP7.
/*so far. ito pla yung ngwa kong program na mejo komplikado. ahehe*/
import javax.swing.JOptionPane;
import java.util.Random;
public class MP7 {
public static void main (String args[]) {
Random in = new Random();
int x, y, z, dif;
String a;
x = in.nextInt(6);
y = in.nextInt(6);
if (x>y){a=JOptionPane.showInputDialog(“what is ” +x+ “-”...