Computer Science, asked by devilfiring, 4 days ago

write a program to find first letter of your name by using charAt()​

Answers

Answered by aditsuresh123
0

Answer:

Effects of Air Pollution

High levels of air pollution can cause an increased risk of heart attack, wheezing, coughing, and breathing problems, and irritation of the eyes, nose, and throat. Air pollution can also cause worsening of existing heart problems, asthma, and other lung complications.

Answered by llCuteMundall48
0

\huge\mathcal{\fcolorbox{aqua}{azuer} {\red{ ⚝Answer⚝}}}

: - public class GetFirstLetter { public static void main (String[] args) { String name = "GRAHAM HENDERSON"; char letter = name. charAt(0); System. ...

  • Mark as brain list ✨
Similar questions