I'm getting an error saying "LINK : fatal error LNK1561: entry point must be defined"What should I do? Here's my code: [code]#include<iostream> using namespace std; void pattern(...
I'm trying to find the class average but its displaying random numbers in a row. What's my mistake?I JUST FIGURED OUT MY MISTAKE!!!!!!!!!! :D:D:D:D It was: [code]void classavg (double stavg[rsize], ...
I'm trying to find the class average but its displaying random numbers in a row. What's my mistake?Moreover, it shows me "Run-Time Check Failure #2 - Stack around the variable 'clav' was corrupted" a...
I'm trying to find the class average but its displaying random numbers in a row. What's my mistake?Thank you. Okay so my issue starts from those lines of code. When I run the program, the class avera...
I'm trying to find the class average but its displaying random numbers in a row. What's my mistake?Do I have to put the code tags before each line or after? or just once before or after?