Sunday, February 7, 2021

C PROGRAM FIND THE SIMPLE INTEREST(SI)

 

पिछले पोस्ट में हमने सीखा था कि Java Programming Language में SI (Simple Interest) calculate करने के लिए कोड कैसे करते हैं। आज के इस पोस्ट में हम सिखने वाले हैं   Programming Language In C में , SI (साधारण ब्याज) calculate  करने के लिए कोड  करना। 

यह  Program User से 3 input (P,R,T) Principal, Rate, Time  लेगा  और किसी भी संख्या का SI Screen पर Display करेगा। 


Formula Of Simple Interest :- 

          Simple Interset formula is given by

                   SI = P x R x T /100

                         where:-

                               P is the Principal amount

                                    R is the Rate

                                          T is the Time


Example:- C Program find the Simple Interest :-

Coding:-





यह भी पढ़ें  :- Introduction of C Programming Language

यह भी पढ़ें  :- How to set Path in java

 यह भी पढ़ें :- Basic Structure of C programming language

 यह भी पढ़ें:- C Program of Adding Two Number

यह भी पढ़ें  :-  How to Run Java Program in your Computer System

यह भी पढ़ें:- Java Program Find The Two Integer


Output:-




 

आशा है आपको आज का यह पोस्ट  पसंद आया होगा।  आपको यह पोस्ट कैसा लगा निचे Comment Box में Comment करके जरूर बताइयेगा। 



Thank You for Visit this page  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

             🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏





1 comment: