Recent content by pauupauu09

  1. P

    🎓 Academic ACLC Almost 130k gastos for student

    Nasa sayo naman desisyon nyan kung gusto mo makagraduate easily or gusto mo ng challenge para matuto ka.
  2. P

    🔒 Closed PATULONG PHP DEV

    Yung mga naka bold na font dito sa baba yung error mo, tanggalin mo. <label>Username:</label> <input type="text" name="name" class="form-control" placeholder="User name" value=""> <span class="red"><?php echo $nameErr; ?></span> <label>Email:</label> <input type="email" name="email"...
  3. P

    🔒 Closed PATULONG PHP DEV

    https://pastebin.com/ dyan mo lagay code mo tas send mo dito yung link
  4. P

    🔒 Closed Basic c++ Programming problems patulong please 1week ko na di magawa hirap

    pano ma istuck? unless decimal mo is equal to non divisible by .05
  5. P

    🔒 Closed Basic c++ Programming problems patulong please 1week ko na di magawa hirap

    Possible answer using if else and while loop only. No arrays. #include <iostream> #include <string> using namespace std; int main() { float total = 1975.15; float _1k = 0, _5h = 0, _2h = 0, _1h = 0, _50p = 0, _20p = 0, _10p = 0, _5p = 0, _1p = 0, _25c = 0, _10c = 0, _5c = 0; while (total...
Back
Top