Answered step by step
Verified Expert Solution
Question
1 Approved Answer
SOLVE USING C PROGRAMMING LANGUAGE PLEASEE //Take 10 students name,marks,cgpa from user. //write in a text file data.txt //read all data from data.txt //calculate lowest
SOLVE USING C PROGRAMMING LANGUAGE PLEASEE
//Take 10 students name,marks,cgpa from user. //write in a text file data.txt //read all data from data.txt //calculate lowest marks.write all info in min.txt //calculate sum of all cgpa write result in sum.txt //calculate average of all marks .write result in avg.txt. //calculate sum of all cgpa .write result in sumcgpa.txt //Again read sum.txt and sumcgpa.txt then calculate average of two value .then write in a newavg.txt.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started