Using the knowledge in computional language in Java it is possible to write a code that can edit the marks assigned for Mr. Myers:
#include <stdio.h>
int main()
{
int n, i, sum=0;
int a[i];
printf("Enter the number of Questions in the paper : ");
scanf("%d", &n);
printf("Original marks assigned to every question :");
for(i=0; i<n; i++)
{
scanf("%d", &a[i]);
}
for(i=0; i<n; i++)
{
sum += a[i];
}
printf("The minimum total marks Mr. myers can set the paper for. : %d", sum);
return 0;
}
The minimum total marks that Mr. Myers can set the paper for is 15.
See more about computing at: brainly.com/question/15707178
#SPJ1