C++how to solve a<b
int main() cPoint2 pt2A (3, 4),pt2B (5, 6) if (pt2A < pt2B) cout << “A < Bln” else cout << “B >= An”; return (0) Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .
C++how to solve a<b
int main() cPoint2 pt2A (3, 4),pt2B (5, 6) if (pt2A < pt2B) cout << “A < Bln” else cout << “B >= An”; return (0) Show transcribed image text
An answer will be send to you shortly. . . . .