write the test cases on prime number with result?

Answer Posted / pavithramadhesh

import java.util.Scanner;

public class prime {
public static void main(String[] args) {
Scanner sc=new Scanner(System.in);
System.out.println("Enter a Number: ");
int a=sc.nextInt();
if(((a/a)==1) && ((a/1)==a)){
System.out.println(a+" is Prime Number");
}else {
System.out.println(a+" is Not Prime Number");
}
}
}

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?

1879


What is difference between Build, Version and Release

1973


If I want to check compability of software in a MAC OS then which steps shold I follow?

1839


Pls u can u r mail id to my personal mail id also if they dont want to give u r mail id n comman place

1825


Have you prepared traceability matrix and how to prepare it?

1856


what is localization and globalization.and what are the ways way are going to test the particular application?how can we identify factual, visual, corrupted characters, link errors, formatting errors, etc in locallization?iam going to attend the interview on localization concepts and languages like : German, Japanese, French, Russian, Italian, Chinese, Korean, Portuguese and Spanish .tell me the process how to do testing above concepts let me know its urgent:anilaluvala@gmail.com 9908814046

1863


define risk management system with example ?

1763


Why would we not include these?

922


how will you test transfer funds module...explain in detail

1404


Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven

1799


A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?

1272


What is the role of the test group vis-?is documentation, tech support, and so forth?

1909


What are the review documents used for testing?

1839


What types of testing is specifically important for web testing?

954


what are your achievements in your organization ? Guyz very very urgent , help me

1939