Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a void function that uses two nested for loops and the modulus(%) operator to detect and print to a specified output file, the first

Write a void function that uses two nested for loops and the modulus(%) operator to detect and print to a specified output file, the first n prime integers. Recall that a prime number is a number that is evenly divisible only by 1 and itself. Hint: thefunction prototype is: primeGen(int n). Hint: the function prototype is : primeGen(int n, ofstream& file); ask user if they want the result to go to standard output or to a file. must be on c++ so i already have the files i just need to know how modify it so that it can be printed as a standard output or file, that's all. thanks!!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases

Authors: Ian Robinson, Jim Webber, Emil Eifrem

1st Edition

1449356265, 978-1449356262

Students also viewed these Databases questions