answersLogoWhite

0


Best Answer

Develop an algorithm to display all prime numbers from 2 to 100. Give both the pseudocode version and the flowchart version. Convert your pseudocode into a Java program.

User Avatar

Wiki User

2010-03-13 09:37:30
This answer is:
User Avatar
Study guides

What is a programming language

What does DOS stand for

What is a software that is distributed for free

What do unix and Linux have in common

➡️
See all cards
3.91
53 Reviews

Add your answer:

Earn +20 pts
Q: Develop an algorithm to display all prime numbers from 2 to 100 Give both the pseudocode version and the flowchart version Convert your pseudocode into a Java program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the primary methods used to develop an algorithm?

Three methods commonly used to develop the algorithm are flowcharts, pseudocode, and hierarchy charts.


How can algorithm and flowchart develop a program?

Algorithms and flowcharts are tools to assist the developer. An algorithm describes the steps required to solve a given problem whereas a flowchart is a visual aid to show the flow of execution. It is the programmer's job to translate these abstracts into working code.


Program in c to develop an algorithm that prints the n value of algorithm?

reymond rillera reymond rillera


Would you identify a problem in mechanical engineering and develop a program to solve it by drawing a flowchart writing a pseudo code that satisfies the flowchart and write the c code for the program?

I really don't understand you.....


Why do you study analysis and design of algorithm?

The Monster theorem is used to study analysis and design of algorithm. The study of analysis and design of algorithm is very important as it helps the learners develop the ability to analyze the complexity of the programs.


Improving security in real time wireless networks through packet scheduling?

In the present network we have not a security of your data so you can do develop a some algorithm,that is useful to protect the packets in dynamically,but now used algorithms can't protect the packets,so we can develop spss algorithm,this algorithm is more protect the packets compare to other algorithms.......


What are the main steps involved in writing algorithm?

1 Define the problem 2 Analyze the problem 3 Develop an algorithm/method of solution 4 Write a computer program corresponding to the algorithm 5 Test and debug the program 6 Document the program (how it works and how to use it)


Why should you develop a detailed algorithm for a program before writing down any assembly language instructions?

Because fuuck you !!


What is PDLC program development life cycle mean?

PDLC stands for the program development life cycle. It consists of various steps to develop a program for solving a particular problem. the following steps are used for development:1. problem analysis2. design of the program3. algorithm and flow chart4. coding of the program5. debugging and testing6. documentation7. maintenance of program1. Problem analysis includes the information attainment using interviews, questionnaires, discussion and reports so that designer can understand that what is the problem and what will required to solve it.2. design of the program after problem analysis designer have the clear view of what a problem is? Now he have to decide about the input requirements, variables as well as control structures by keeping in mind the output required.3. Algorithm and flowchart after design phase we have to made an algorithm. basically algorithm is the finite set of instructions written in sequential order to solve the problem. Then after flow chart is made on the basis of the algorithm whereas flowchart is the logical design of algorithm.4. Coding phase It is the crucial job of programmer to develop a code by following the flowchart and that code is written in any computer language. The main point to keep in mind is that it should be effective enough to got the output and the number of statements should be less.5. Debugging and Testing This phase includes the testing of the code developed by programmer. So that code can be made error free.6. Documentation This task is performed by the programmer to made the code user friendly i.e. if new person got the code then he/she can easily understand that which statement performed what task...7. Maintenance now the program is developed but it is required to made the code error free till the red signal is not get by the user.


Java source code for median filter algorithm?

research is going on to develop a source code for median filtering using java


Develop an algorithm of flow chart for the area of circle?

start read pie area circum print area print circum stop


How do the native starches develop in the plant?

They convert the extra glucose into starch, which can be converted into energy later when needed.

People also asked