String s="www.javapro.ir"; |
package java like ; public class CharAtExample { public static void main(String args[]) { String str = "Welcome to string handling tutorial"; char ch1 = str.charAt(0); char ch2 = str.charAt(5); char ch3 = str.charAt(11); char ch4 = str.charAt(20); System.out. print ln("Character at 0 index is: " + ch1); System.out. print ln("Character at 5th index is: " + ch2); System.out. print ln("Character at 11th index is: " + ch3); System.out. print ln("Character at 20th index is: " + ch4); } } |
Character at 0 index is: W Character at 5th index is: m Character at 11th index is: s Character at 20th index is: n |
دوره های آموزشی برنامه نویسی
انجام پروژه های برنامه نویسی
تدریس خصوصی برنامه نویسی
بیش از 7 سال از فعالیت جاواپرو میگذرد
جاواپرو دارای مجوز نشر دیجیتال از وزارت فرهنگ و ارشاد اسلامی است
جهت ارتباط مستقیم با جاواپرو در واتساپ و تلگرام :
09301904690
بستن دیگر باز نشو! |