Jump to content

sribeast21

Member
  • Posts

    118
  • Joined

  • Last visited

Awards

This user doesn't have any awards

6 Followers

About sribeast21

  • Birthday Apr 20, 1998

Profile Information

  • Gender
    Male
  • Location
    Milky Way Galaxy

Recent Profile Visitors

999 profile views
  1. Hey guys, My current laptop's hinge just broke and I can't even open it without breaking the plastic so I need to give it in to geeksquad (ik ik, but my parents said they'd rather have them work on it ). So I'm in the market for a new laptop. So what are your guys recommendations for the best bang for buck laptop. My uses: Microsoft Office, Programming (Intelli J idea and Android Studio), web browsing Thanks for any help! -sribeast21
  2. I am currently in the process of installing the Tech Preview on a partition on my laptop. You can get the ISO here: http://windows.microsoft.com/en-us/windows/preview-iso I've also watched a lot of coverage on Windows 10 from lots of youtubers. Tek Syndicate: Computer Clan: https://www.youtube.com/watch?v=LdUPXiglaKE So far from what I have seen, I really like what i'm seeing so far. The virtual windows and quadrant pinning features are ones I've been waiting on for years. I am so excited to get started to using it on my native laptop hardware
  3. Here is the code: public class Test{ public static void main(String [] arguments){ System.out.println(max(1.0, 2)); } public static double max(int num1, double num2){ System.out.println("max(int, double) is invoked"); if(num1 > num 2){ return num1; }else{ return num 2; } public static double max(double num1, int num2){ System.out.println("max(double, int) is invoked"); if(num1 > num 2){ return num1; }else{ return num 2; } I was confused as to what is going on because I haven't worked with methods other than main. Here are my answers for this question: A. The program cannot compile because you cannot have the print statement in a non-void method. B. The program cannot compile because the compiler cannot determine which max method should be invoked. C. The program runs and prints "max(int , double)" followed by 2.0 D. The program runs and prints "max(double, int)" followed by 2.0 E. The program runs and prints "max(int, double) is invoked" followed by a 2.0 I don't even understand what is happening in the code, please help because I am eager to learn. This isn't just to get an answer. EDIT: I am not allowed to use an IDE
  4. my school allows me to take the Accelerated computer science course, AP computer science, in 11th grade or year 11 seeing that you are in The United Kingdom. I will be going to 10th grade so I signed up to take the placement test for the AP computer science course so I can take it a year early in 10th grade instead of 11th. I failed it and now I am seeking help
  5. If someone paid me to wear a Manchester City shirt for 1 day, I would walk up and leave.
  6. chrome with 5 tabs open, eclipse IDE opening a project, spotify playing music, microsoft word document open. Uses up about 25% of CPU and 2 GB of ram
  7. My dad bought a macbook pro. I tried to talk him out of it. "We can program in objective-C" he said, "It's good to try another flavor of UNIX" he said. I will never forget that day as long as I live. $2100 down the drain for a dual core with 4 gigs of ram
  8. the earphones that come with the Samsung galaxy S3. The white ones. I am going through my third pair and I love them. The HP g10-519wm was a laptop I had that I got for $200 on black friday back in 2009. It lasted me 4 years and I tried to play games on it, I reinstalled the os like 5 times, and did so many things to it but it kept going.
  9. No way. That is horrible. Incredibly funny man, damn
  10. I'm creating an imgur album as we speak because the pictures are too big in file size to post here
  11. Hey guys! I took my AP comsci placement test and I failed. I do feel bad about it but I am retaking the exam on August 24th. I was not given an answer key to see what the right answer is for each question and I don't know why the answers I put are wrong. Can anyone take a look at the pictures included and point me in the right direction? ANY help would be amazing. IMGUR Link: http://imgur.com/a/oih0q Thanks a lot, sribeast21
×