Recent content by Gown Ainz

  1. G

    🔒 Closed JavaExercise2E

    bakit po naging "Z"? kung equal or less than 7? sabi sa flowchart mo lods kapag "true" na ang value ng dept ay less than or equal to 7 ay ma print si "Y".
  2. G

    🔒 Closed JavaExercise2E

    pa sc nga ng code ng prof mo ts
  3. G

    🔒 Closed JavaExercise2E

    if dept <= 3 print x if dept <= 7 && dept > 3 print y if dept > 7 print z.
  4. G

    🔒 Closed JavaExercise2E

    alin po dyan lods yung condition na hindi na meet?.
  5. G

    🔒 Closed JavaExercise2E

    if dept <= 3 print client if dept <= 7 print client if dept > 7 print client
  6. G

    🔒 Closed JavaExercise2E

    mali yung na type ko hahaha
  7. G

    🔒 Closed JavaExercise2E

    mali > 7 dapat
  8. G

    🔒 Closed JavaExercise2E

    yung condition na dept > 7 ay para ma satisfy yung " No " sa last part. Ito yung sa flowchart na kapag hindi less than or equal to 7 kailgn ma print si Mr Z.
  9. G

    🔒 Closed Programming

    kaya nga tol self study talaga. mahirap kasi pag yung prof mo sa major hindi passionate or inline sa subject na handle niya. hyst.
  10. G

    🔒 Closed Programming

    pa easy easy lang pala subject namin ngayon kasi yung oop namin overloading Method and constructor palang. (pero alam ko na to last year pa) tapos yung datastructure namin queue palang. java tska python pinagsasabay. mysql po ba? para sa beginners or yung sa oracle na database? wala pa akon...
  11. G

    🔒 Closed Programming

    Anu po yung integrative programming? anung year level sa bsit ginagamit or pinapakilala si Database programming? pag bsit ka ba na to touch si Web programming?. 2nd year na ako ngayon; magagamit ba si "Gui" sa 3rd year or 4th year?. web (css html javascript) or mysql dapat ko tutukan...
  12. G

    🔒 Closed Pa help naman po Java Language

    pwedi din ganito. import java.util.Scanner; public class Remote { static Scanner input = new Scanner(System.in); public static void main(String[] args) { double [] items = new double [3]; double total = 0; for(int i = 0; i<items.length;i++){...
  13. G

    🔒 Closed Pa help naman po Java Language

    import java.util.Scanner; public class Main { static Scanner input = new Scanner(System.in); public static void main(String[] args) { double item1 = itemValue(1); double item2 = itemValue(2); double item3 = itemValue(3); double total = item1 + item2 +...
  14. G

    🔒 Closed help java

    java n- ide idol.
Back
Top