✪ Choose the correct option.
#include
int main(void) {
// your code goes here
int MyNameIs = 90;
int MyNameis = 80;
printf("""%d""",MyNameIs);
return 0;
}
#include
int main(void) {
// your code goes here
int MyNameIs = 90;
int MyNameis = 80;
printf("""%d""",MyNameIs);
return 0;
}