Daarsenic's Posts
Nairaland Forum › Daarsenic's Profile › Daarsenic's Posts
1 (of 1 pages)
Shout out to all music lover out there, please i kindly need your help. I need list of Nigeria music downloading websites that allow user rating on songs, and also allow users to drop comments. Thanks in anticipation |
ezybaba:thanks |
please can anyone help out... any idea about the nature of the Dept. of Statistics exams and possible sample question... thanks in anticipation |
breezii88:mine number is 08139526212 |
is it still working |
my enquiry is how much will change of "screen glass" cost. (note: the screen itself is not affected. but only the screen glass (just like the front case-in) ) |
Daarsenic: /*AIM:Run Correctly |
/*AIM: 1. Input each test result (I.e , a 1 or a 2). Display the message "Enter result" on the screen each time the program requests another test result. 2. Count the number of each test types. 3. Display a summary of the test results, indicating the number of students who passed and the number who failed. 4. If more than eight students passed the exam, print the message "Bonus to instructor". METHOD: java.scanner : to get user input looping: for loop conditioning: if statement method(s): main and grading method */ package grader; import java.util.Scanner; public class Grader { public static void Grading(int p,int f,int t){ Scanner get_input = new Scanner(System.in); int counter = t; int pass = p; int fail = f; int grade; for (int i=1 ; i <=counter; i++){ System.out.println("Student "+i+" Enter grade(pass =1 or fail=2) = " ;grade =get_input.nextInt(); if(grade == 1 ){ pass += 1; }else if(grade == 2 ){ fail += 1; } } System.out.println(); System.out.println("SUMMARY" ; System.out.println("TOTAL NUMBER OF PASS(ES) = "+pass); System.out.println("TOTAL NUMBER OF FAIL(S) = "+fail); System.out.println(); if(pass > {System.out.println("REMARK: "+"BONUS TO INSTRUCTOR" ; } } public static void main(String[] args) { int no_of_pass = 0; int no_of_fail = 0; int total_no_student = 10; Scanner get_from_user = new Scanner(System.in); int test = 0; Grading(no_of_pass,no_of_fail,total_no_student); } } |
daarsenic10@gmail.com please I need it too |
my question is this, does blackberry phones as identity that differentiate them from other smartphone with communicating over Internet |
Explain your question well please... Derivative as differentiation? |
HELLO PLEASE I NEED ASSISTANCE URGENTLY, I TRIED REBOOTING MY TECNO N3 AFTER INSTALLING THE ALPHA ZIP FILE... MY PHONE IS NOT LOADING... IT IS JUST BRING ON AND OFF BACKLIGHT... PLEASE HELP OOOOO |
1 (of 1 pages)
;
{