BiancaMarie6679 BiancaMarie6679 15-01-2024 Computers and Technology contestada What is the equivalent C++ code to this code in JAVA:int x = 5;char a = 'A';System ("hello" + x + "," + a);