Tq sir, maine nested loop ke assignments ko samajhne ke liye KZbin per bohot videos dekhi,or unhe dekh kar bhi theek se concept clear nahi ho pa raha tha.lekin last time per aapki videos dekhi,aap bohot achha padhaate hai. Tq sir ✨
@programmer_one2 жыл бұрын
Thanks for your kind words. Glad it helped you. Stay connected for more and feel free to discuss any query.
@robinforbes25476 жыл бұрын
Nice explanation and tips. Thanks Sumit Sir
@muzan332 жыл бұрын
Suggestion sir! Update link or something that you have about aasci code in your description Bcz it says page not found
sir java mai kaise print kare upper to lower package pattern; public class UppercaseTOloercase { public static void main(String[] args) { char ch='A'; { System.out.println(ch+32); } } } Iska ans 97 aata hai 'a ' ana chahiye n
@programmer_one4 жыл бұрын
Hi Minakshi, just cast the output as char. System.out.println((char)(ch+32));
@_MinakshiMali4 жыл бұрын
yeah got it ty so much@@programmer_one
@_MinakshiMali4 жыл бұрын
@@programmer_one sir oop concept like classes ,method in java explain kro n java mai
@programmer_one4 жыл бұрын
More tutorials will be uploaded soon.
@ibrahimimran95845 жыл бұрын
Sir thank u so much ... u really did a great job ... I'm improving in c++..kindly do a video on arrays functions pointers and string also
@programmer_one5 жыл бұрын
Hi Ibrahim, Thanks for your suggestions, I will keep that in mind while planning for the upcoming videos. Best Regards, Sumit Tiwari
@Ravikumar-ql8by4 жыл бұрын
Sir aap A to Z print krwao with the help of loops
@programmer_one4 жыл бұрын
Hi Ravi, we can easily do that , you can also try it. for example: 1) for(i='A';i
@tejaswinidash41805 жыл бұрын
Sir apka loop programming ka vdo hai kya ?
@programmer_one5 жыл бұрын
Kindly refer to this basic tutorial series: bit.ly/BasicConceptsTutorial