Answer:
Below are the function for the above question in java Language---
void show_info(String name,String home,String state)
{
System.out.println("Your name is "+name+" and you live in "+ home+" ,"+state +".");
}
Output:
- If the user inputs name="Gaus",city="LosAngeles" and state="California" then the output will be "Your name is Gaus and you live in LosAngeless, California."
Explanation:
- The above function is in java language which takes three argument names, state, and the city.
- The name will be stored on the name variable of the string type.
- The state will be stored on the state variable of string type.
- The city will be stored on the city variable of the string type.
- Then the Output will be displayed with the help of the print function.
- '+' is used to merge the string.
The total number of chars in each string is basically the size of each string.
Using JAVA:
String[] arr = {"hello", "my", "name", "is", "Felicia"}; int count = 0; for(int i = 0; i < arr.length; i++) { count = count + arr[i].length(); System.out.println("Characters in " + arr[i] + ": " + count); }
Output:
<span>Characters in hello: 5
Characters in my: 7
Characters in name: 11
Characters in is: 13
Characters in Felicia: 20</span>
Answer:
Imaging , Graphics and voice..... requires large computer memory.
Explanation:
Answer:
Check the attached image
Explanation:
the diagram for explaning all the solutions is in the attaged images below.
Answer:
Assuming that TV was working fine and it stopped working when you restart or after power shutdown. Flat Black or blue screen or snow are all seems to be having HDMI cable sync issues. It can be fixed based on the model of the TV and connectivity it is using.
I would suggest to start with very basic step and should go step by step unless we narrow down the problem.
- Turn off all the components, unplug the cables and plug them back by leaving HDMI cables intact. So this process will reset all the units and may help in renegotiation.
- Plug all the cables and Turn on the TV. Plug all other components like sound receiver and source device and Turn on the power. This may solve the problem.
- If issue still persist. Unplug and Plug back HDMI cables and surrounding components in HDMI path. It may solve the issue.
- If the issue still persists, then change the HDMI cable itself and try rebooting all components.
- If input is changed then it might have caused the issue. So identify the cable from the receiver to the TV. figure out its input and change the TV input to that value and it will work.
- In some TV's if power reset happens, It may revert to TV mode then change the video input based on your TV model.
- If the receiver is connected to TV via Coax then change the channel as per TV guide.
- If the receiver and its component is using AV or HDMI then use TV remote to change the input source until correct feed is found.
- If issue still persist, check the cable with another TV and see if it works. If its not then cable is at fault.
- If the cable is fine then change the TV and try above steps.If it works then TV is at fault.
Explanation: