Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

DO THIS IN C PROGRAMMING AND SOLVED THIS AS SOON AS POSSIBLE..AND FOLLOW QUESTUION INSTRUCTION BUT HERE I HAVE NO SAMPLE TEST CASES..PLEASE DO THIS

image text in transcribedDO THIS IN C PROGRAMMING AND SOLVED THIS AS SOON AS POSSIBLE..AND FOLLOW QUESTUION INSTRUCTION

BUT HERE I HAVE NO SAMPLE TEST CASES..PLEASE DO THIS IN YOUR UNDERSTANDING BASIS..REA THE QUESTION THEN DO IT..I THINK YOU WILL GET BETTER UNDERSTANDING THIS FROM THIS

4. Given marks of five students: (20) 14 36 CSE115 CSE215 CSE173 CSE373 CSE473 SAKIB 54 12 32 MUSHFIQ 58 58 55 45 11 MUSTAFIZ 74 77 52 78 20 TAMIM 44 77 55 44 21 MASHRAFEE 52 45 88 44 11 Declare a 2D array using Students marks and two String array using names, subjects in the main function. Now create a function named specific Subject which will calculate Total average marks of Three specific subjects according to teacher input(1 to 5). For example, if teacher Enter 1 it will calculate average marks of CSE115 course. Store marks in an Array and print average marks with subject name. void specific Subject(int marks[5][5],char subjectName[5][50]) Create another function named specificStudent which will calculate Three Specific students marks according to teacher input. For Example,lf teacher Enter "SAKIB" it will calculate the total marks of SAKIB.Store marks in an Array and print three students mark with their names. void specificStudent (char studentName[5][50], int marks[5][5]) Hint: Use string compare method to compare teacher inputs

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

Students also viewed these Databases questions

Question

3. Would you say that effective teamwork saved their lives?

Answered: 1 week ago