Recent content by Aircon

  1. A

    Java Pahelp naman po sa chess game

    badly need ko lang po please pahelp
  2. A

    Java Pahelp naman po sa chess game

    pahelp naman po sa code ko yung method ng logic moves ng mga piece is okay na ang problem ko po is papaano yung correct code for this para magkaroon ng winner at maicheck yung kings ? import java.util.Scanner; public class Chess2 { private static final int BOARD_SIZE = 8; private...
  3. A

    LF Work Side Hustle for student

    fastfood
  4. A

    Java Object Oriented Programming using JAVA

    baka po may mga notes kayo or tutorial about OOP java ng makapagadvance reading and learnings tia.
  5. A

    C & C++ Pahelp naman po padebug

    pa help po na mapalabas yung correct output and mafix yung code : fix this code you should print the correct output using this code : include<iostream.h> class maine { int x; float y; protected; long x1; public: maine() { }; maine(int s, t=2.5) { x=s; y=t; } getdata() { cin>>x>>y>>x1; } void...
  6. A

    Help Translate C++ code to pseudocode

    create a visual flowchart using this code : #include <iostream> class Sum { public: int add(int Num1, int Num2) { return Num1 + Num2; } int add(int Num1, int Num2, int Num3) { return Num1 + Num2 + Num3; } }; int main() { Sum obj; std::cout << "Result...
  7. A

    Help Create a visual flowchart using this code?

    #include <iostream> using namespace std; struct Rectangle { int width; int height; }; int main() { struct Rectangle rec; rec.width = 8; rec.height = 5; int area = rec.width * rec.height; cout << "Area of Rectangle is : " << area << endl; return 0; }
  8. A

    Help Translate C++ code to pseudocode

    Create a flowchart using this pseudocode START DECLARE name AS string DECLARE grade AS integer OUTPUT "Enter your student's name :" INPUT name OUTPUT "Enter your student's grade :" INPUT grade IF grade >= 97 THEN OUTPUT "Your rating is 1.00, Awesome your grade is PASSED!" ELSE IF grade >=...
  9. A

    Help Translate C++ code to pseudocode

    create a pseudocode using this code : #include <iostream> using namespace std; int main(){ string name; cout << "Enter your student's name :"; getline(cin, name); int grade; cout<<"Enter Your Grade: "; cin>>grade; if (grade>= 97){ cout << "Your rating is 1.00...
  10. A

    Help Translate C++ code to pseudocode

    thankyou lodi.
  11. A

    Help Translate C++ code to pseudocode

    please translate this into pseudocode : #include <iostream> using namespace std; int main() { string name; int grade; cout << "Enter your student's name :"; getline(cin, name); cout <<"Enter your student's grade :"; cin >> grade; if (grade <= 74) {...
  12. A

    Help VISUAL STUDIO IDE

    for acads kasi boss
  13. A

    Help VISUAL STUDIO IDE

    Baka may links kayo dyan kung saan ako makakadownload ng free for pc and android sana badly need lang for C++ na pagaaral.
  14. A

    S·T·S Close

    salamat ts
  15. A

    Closed .

    patry
Back
Top