How I Built My LOGIC in Coding: kzbin.info/www/bejne/gauxaHeBmrWgpq8 🔰𝐉𝐨𝐢𝐧 𝐦𝐲 𝐟𝐫𝐞𝐞 𝐝𝐞𝐦𝐨 𝐜𝐥𝐚𝐬𝐬 𝐚𝐧𝐝 𝐮𝐧𝐥𝐨𝐜𝐤 𝐭𝐡𝐞 𝐦𝐚𝐠𝐢𝐜 𝐨𝐟 𝐜𝐨𝐝𝐢𝐧𝐠! 🚀 bit.ly/jbkgshub7
@papakiparisanatansupport-fv4bi9 ай бұрын
only logical dsa progrms udemy dal de so we follow logics there nd fullstck from u gr ap same prjects design pttrns jse singelton fctury abstrct fctry use krenge its good ap testing shahstra vedios dkhye on design patterns ya code with durgesh for youtube mean gradual way me
@PrathameshGhodke-t7r11 ай бұрын
great to see you sir, waiting for your logical series
@vinodkumardamodar555111 ай бұрын
Work on all Full Core java in simple all logical programming. We will have learn in simple to our daly life. Thankyou Pradip sir ji !
@darshanbhavsar117510 ай бұрын
😊Great explanation sir.. I am non IT background student, but i am now following your videos to build my logic.
@TheKiranAcademy10 ай бұрын
Keep watching 😊
@vinodkumardamodar555111 ай бұрын
Thankyou sir...your all logical programming is very good easy to learn Simplest things doing Explain very easy.
@shivajidhumal666111 ай бұрын
Great explaination.. waiting for next ..
@shivamkalunke67411 ай бұрын
Excellent logic explained sir
@suhaskalokhe475511 ай бұрын
Great 👍 Pradeep
@_prateekg_11 ай бұрын
Waiting for more videos.Thanks for sharing.
@CodeWithLogicalPradip11 ай бұрын
will be uploading soon ... thank you for sharing such a nice feedback.
@SumitNiche11 ай бұрын
Excellent Explained in very simple Manner 👍
@r.r.renu.14710 ай бұрын
Great sir 👏
@AbdulRahman-st6oq11 ай бұрын
This question was very easy but the way sir explain is very nice, post 1 video every day like this, it will be beneficial for us .
@nehashukla-h4m11 ай бұрын
Thank you sir you explained very well ....
@prashantkadam485311 ай бұрын
Bring the video on percentage program as well
@madhurichavan810611 ай бұрын
Thanks for such guidance
@munjajikadam961711 ай бұрын
Great sir
@gopalgirase-po1iw10 ай бұрын
Super...Sir
@prashantkadam828911 ай бұрын
Sir Bring video on simple interest with programing logic
@CodeWithLogicalPradip11 ай бұрын
public static void main (String args[]) { float p, r, t, si; // principal amount, rate, time and simple interest respectively. p = 13000; r = 12; t = 2; si = (p*r*t)/100; System.out.println("Simple Interest is: " +si); } /// its just a calculation like area of circle .. Thanks for a feedback..
@dattapatule171211 ай бұрын
Keep continue
@akashrathod498111 ай бұрын
public class Main { public static void main(String arr[]) { int cp=30; int sp=80; int p,l; p=sp-cp; l=cp-sp; if(sp>cp) { System.out.println("profit= "+ p); } else if(sp
@CodeWithLogicalPradip11 ай бұрын
int cp=30; int sp=80; int p,l; if(sp>cp) { System.out.println("profit= "+ (sp-cp) ); // replace p as (sp-cp) } else if(sp