
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
Write a C++ program that reads the file that includes numbers and find the Maximum number in that file and write the maximum in another file.
Hint: The input file is the file you made it but the output file is not available and you need to make it through your program. So output files includes only one number which is Maximum
use only <include iostream> not bits/stdc++
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Using C++, create a program that reads integers from the file named "123456" and performs the following actions: Define a function named "calculateFileStats" that reads all the integers from the file and displays the following on the console: -The total sum of all numbers in the file -The minimum value of the numbers in the file -The maximum value of the numbers in the file -The average value with 2 decimal places. If the program fails to access the file, display an error message to the user and terminate the program. Close the file once you have finished reading it. Call the function "calculateFileStats" in main. Note: I did not forget to attach an input file. Use your own input code. I am interested in your code. sample run: Total: 30309 Minimum: 1 Maximum: 10 Average: 5.58arrow_forwardWrite the C++ PROGRAM: First make 3 text files that each one includes 10 names and also make one text file that includes integer numbers. Then: Rad the input file, which includes integer, then sort them(Ascending) and write in the same file.arrow_forwardThe goal for this question: DISCLAIMER****** CODE MUST BE WRITTEN IN C CODE. NOT C++, C#, etc. To create a program that MUST utilize the functions (argc, argv, char strstr, and possibly even Getline) to, 1. Open a file 2. Read the file 3. Read txt file line by line 4. count up the number of times a specified word is read(HOWEVER! IT CANNOT COUNT MORE THAN ONE WORD PER LINE!) ex. if the code comes across a line in a text file that has the word cookie in it 3 times. It can only count the word ONCE since it is counting line by line. Not all the words added up. 5. then display to the user the total number of lines with the specific word. ex. gcc -o <program name> ./<program name> <file name.txt> <"word to be searched"> then execute a total number of times words came up. Again, only count up by one even if there is that specified word multiple times in one line.arrow_forward
- FileAttributes.c 1. Create a new C source code file named FileAttributes.c preprocessor 2. Include the following C libraries a. stdio.h b. stdlib.h c. time.h d. string.h e. dirent.h f. sys/stat.h 3. Function prototype for function printAttributes() main() 4. Write the main function to do the following a. Return type int b. Empty parameter list c. Declare a variable of data type struct stat to store the attribute structure (i.e. statBuff) d. Declare a variable of data type int to store an error code (i.e. err) e. Declare a variable of data type struct dirent as a pointer (i.e. de) f. Declare a variable of data type DIR as a pointer set equal to function call opendir() passing explicit text “.” as an argument to indicate the current directory (i.e. dr) g. If the DIR variable is equal to NULL do the following i. Output to the…arrow_forwardIn C++ Could someone Write a program that will read a document/txt file thats written in ASCII and converts it into normal text and then display the text on the screen. I wanna know what some more professional ones look like becaume mine looks pretty jumbledarrow_forwardMake only one text files that include some numbers then Write a C++ program that reads that file and find the Maximum number in that file and write the maximum in another file. the input file is the file you made it but the output file is not available and you need to make it through your program. So output files includes only one number which is Maximumarrow_forward
- Please help in C++ I can only make changes to the sentences.cpp file, not the ones in grey.arrow_forwardWrite the following in C++arrow_forwardwrite you c++ code to read a file contains simple +/- maths equations and change it to plus and minus input file example: A+B, 10+20,30-50,8=100output file example A plus B , 10 Plus 20 , 30 minus 50 , 8 plus 100arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education