Computer Science, asked by ashwinarunkgmailcom, 5 months ago

write an expression involving a logical operator to test if marks are 55 and grade is B​

Answers

Answered by sreejithjnv1962
7

if (mark=55&& grade='B')

cout<<mark<<grade;

Answered by porelbapi9
2

Answer:

if ( marks= 55 && grade='B')

Similar questions