write a program to find first letter of your name by using charAt()
Answers
Answered by
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
0
: - 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