Recent content by BATANG Singkit 01

  1. B

    Course CourseHero up to 20 unlocks

    Boss pede makahingi ng link ng file salamat.
  2. B

    Guys pede pacheck po ito gawa ko if may methods or class, baguhan lang po ako sa programming.

    Guys pede pacheck po ito gawa ko if may methods or class, baguhan lang po ako sa programming. Ang hinihingi po kasi ng teacher namin is gumamit ng methods or class.
  3. B

    Guys pa help naman po dito badly needed lang.

    Hi can anyone help me execute this problem in Java and the topic is about Interfaces. also you can use this compiler as well JDoodle - free Online Compiler, Editor for Java, C/C++, etc/
  4. B

    Guys pahelp naman po

    Boss eto na tama ko na yung codes import java.util.Random; import java.util.Scanner; public class LabExer5A{ public static void main(String[] args) { Scanner sc = new Scanner(System.in); Random random = new Random(); // generating random number int generatedNumber = random.nextInt(49)...
  5. B

    Guys pahelp naman po

    Sabi kasi ng teacher namin gumamit ng inheritance for this assignments kaso inapply ko na lahat ng napanood ko kaso ayaw nya nag eerror pede pakicorrect po itong code ko po for inheritance kasi jdoodle lang po pinagagawa yan thanks in advance boss import java.util.Random; import...
  6. B

    Guys pahelp naman po

    import java.util.*; class OutOfRangeException extends Exception{ public OutOfRangeException(){ super("Out of range\nGuess a number from 1 to 50!"); } } public class main1{ static void game(int guess, int target){} public static void main(String args[]){...
  7. B

    Guys pahelp naman po

    Here's my code by i don't know how can i use inheritance to my code can you help me to correct it. import java.util.*; class OutOfRangeException extends Exception{ public OutOfRangeException(){ super("Out of range\nGuess a number from 1 to 50!"); } } public class main1{...
  8. B

    Guys pa help naman po dito badly needed lang.

    Guys pede makahingi ng codes dito, using inheritance need ko lang tlga nahihirapan na kasi ako jdoodle lang gamit ko. Salamat mga lods Eto po yung code ko kaso di ko paalam paano gawin inheritance po ito jdoodle lang po kasi gamit ko. import java.util.*; class OutOfRangeException extends...
  9. B

    Guys pahelp naman po

    Can anyone please help me with these? Using method or class. All program are not in the main class. Thank you in advance Guys pahingi codes naman dito using method or class. All program are not in the main class.
  10. B

    Guys pahelp naman po

    Can anyone please help me with these? Using method or class. All program are not in the main class. Thank you in advance
Back
Top