Problem:
Question 1- What is Google Hangouts? How does it work? How could it be useful in the classroom? Please explain in detail.
Question 2- Write program that receives the values of 3 boolean variable ,A,B and C. from standrd in put and determine if the value of the condition
!(a ll b) && c
is true or false . check for errors in the input data. format you output as follows:
! (xx ll xx) &&xx
is false (if the condition is false)OR is true (if the condition is true )
Please show all the calculations step by step.