package pretechtest;public class StringTest {public static void main(String[] args) {String str = "Hello pretech";for (int i = 0; i <= str.length()-1; i++) {System.out.println(str.charAt(i));}}}
Output
H
e
l
l
o
p
r
e
t
e
c
h
Model Context Protocol (MCP) — Complete Guide for Backend Engineers Build Tools, Resources, and AI-Driven Services Using LangChain Moder...
No comments:
Post a Comment