Recent content by najamjam

  1. N

    🔒 Closed Looking for online part-time job

    Good afternoon, I'm a college student looking for an online part-time job. Baka meron po kayong maiirecommend yung hindi po sana scam, walang puhunan at no registration fee.
  2. N

    🔒 Closed Pa unlock po Çℎḙḡḡ thank youu

    https://www.Çℎḙḡḡ.com/homework-help/questions-and-answers/6-small-time-bingo-card-costs-p10000-5-games-prize-first-three-games-p5-00000-fourth-p10-0-q78578030
  3. N

    ❓ Help May magaling po ba sa math dito baka pwede magpatulong?

    Pwede po ba magpatulong sa math?
  4. N

    🔒 Closed Realme 6Pro

    Bakit po kaya minsan pag nag uunlock ako ng phone ko, automatic nagbubukas isa sa mga apps ko kahit kaka-unlock ko lang mismo ng phone?
  5. N

    🔒 Closed Çℎḙḡḡ pa-unlock pi thank u so much

    Pa-unlock po fleece T_T https://www.Çℎḙḡḡ.com/homework-help/questions-and-answers/6-small-time-bingo-card-costs-p10000-5-games-prize-first-three-games-p5-00000-fourth-p10-0-q78578030
  6. N

    🔒 Closed Gauthmath pa-unlock po ty

    A small-time bingo card costs P100.00 for 5 games. - Gauthmath
  7. N

    🔒 Closed Gauthmath unlock pleasee

    2. One bag contains 6 red, 2 blue, and 3 yellow ba - Gauthmath
  8. N

    🔒 Closed HELP. Paano ko po i-output yung "you win" pag nahulaan yung word in 2-3 attempts at "game over" pag di nahulaan yung word at nagamit na 3 attempts?

    Need ko rin po kasi gumamit ng StringBuilder at ArrayList. using System; using System.Text; using System.Collections; namespace GuessingGame { public class GuessingGame { public static void Main(string[] args) { bool OutOfAttempts = false...
  9. N

    🔒 Closed Bakit po nag iiba yung order ng output sa 1st and 2nd?

    import java.util.Scanner; import java.util.Map; import java.util.HashMap; public class StudentList { public static void main(String[] args) { Map<String, String> students = new HashMap<>(); Scanner sc = new Scanner(System.in); String num; String name...
  10. N

    🔒 Closed Help di ko po gets yung sinasabi na use the setter methods to accept user input???

    class BloodData { private String bloodType; private String rhFactor; public void setBloodType(String bloodType) { this.bloodType = bloodType; } public void setRhFactor(String rhFactor) { this.rhFactor = rhFactor; } public String getBloodType() {...
  11. N

    🔒 Closed Help di ko po gets yung sinasabi na use the setter methods to accept user input???

    Ito yung codes before pa i-modify so wala pa yung encapsulation dito: class BloodData { static String bloodType; static String rhFactor; public BloodData() { bloodType = "O"; rhFactor = "+"; } public BloodData(String bt, String rh) { bloodType = bt...
Back
Top