Recent content by Penpenqt69

  1. P

    Closed How to insert null value in database myphpadmin

    No po di po ako nag hahäçk im creating a website for our project.
  2. P

    Closed How to insert null value in database myphpadmin

    pano po mag insert ng null value sa database kapag kunwari walang laman yung sa form pero kapag nilagyan nung input yung iba mag lalagay sya sa database
  3. P

    Closed How to print diagonal string

    Aahh nvm sir. nakuha ko na yung output na gusto ko. kelangan ko lang pala palitan yung sa IF statement: if(x>=2 && y<=x-1) to if(x>=1 && y<=x-1) THANK YOU SIR! :>
  4. P

    Closed How to print diagonal string

    Tried that sir. pero ganun padin yung output. nag lagay lang sya ng space sa taas nung output.
  5. P

    Closed How to print diagonal string

    public static void main(String[] args) { int x = 0,y = 0; Scanner enter = new Scanner(System.in); System.out.println("String: "); String alpha; alpha = enter.nextLine(); for (x = 1; x <alpha.length(); x++) {...
  6. P

    Closed Java Sort while showing how it sorted.

    gusto ko lang malaman kung sino ka hahaa at saang school ka baka nag kakamali ka lang hahah
  7. P

    Closed Java Sort while showing how it sorted.

    Baka mali ka, anong school ka ba? hahha
  8. P

    Closed Java Sort while showing how it sorted.

    Ay hala sino ka? hahaha
  9. P

    Closed Java Sort while showing how it sorted.

    public static void main(String[] args) { // TODO code application logic here int temp,j, small, ctr,x,y, input; System.out.print("Enter Lenght: "); Scanner In = new Scanner(System.in); input = In.nextInt(); int myArray[] = new int[input]...
  10. P

    Closed JAVA Encapsulation And Inheritance

    Maraming maraming salamat po sir! Thank youuuuu ;>
  11. P

    Closed JAVA Encapsulation And Inheritance

    Sige po sir. Thank you very much po! :>
  12. P

    Closed JAVA Encapsulation And Inheritance

    yung gusto po sanang gawin yung may inheritance.
  13. P

    Closed JAVA Encapsulation And Inheritance

    class penpensarapen extends EncapAndInheritance{ public void pogi1(String newBayaw){ Bayaw = newBayaw; } } public static void main(String[] args) { EncapAndInheritance quack = new EncapAndInheritance(); quack.setName("Rodrigo")...
  14. P

    Closed JAVA Encapsulation And Inheritance

    nasa pinaka baba po yung quack.setBayaw
Back
Top