Recent content by 7/7/77

  1. 7

    please help with this C++ programming. this exercise is taking over me already. use

    struct to solve it.? The studentType structure contains five components which are name and programme of type string, id of type int, mark of type double and totalmarks of type double. Thr marks component is of three elements. Write a program to define the studentType structure. Since there are...
Back
Top