WAP to create a mark sheet using five different subjects with the following conditions? 1) all subject marks should be 0 to 100? 2) If only one subject mark is <33 then the student will supply. 3) If all subject marks are>33 then the student pass and display division with percentage? 4) if the minimum of two subject marks is <33 then the student will fail. 5) if the student is suppl and the mark is >28 then five bonus marks will be added then the student will pass by grace and grace subject name. 6) display distinction subject name 7) display suppl subject name <?php $m1=40; $m2=40; $m3=94; $m4=35; $m5=93; $s1="PHY"; $s2= "Chem"; $s3="Maths"; $s4="English"; $s5="Hindi"; if(($m1>=0 && $m1<=100) && ($m2>=0 && $m2<=100) && ($m3>=0 && $m3<=100) && ($m4>=0 && $m4<=100) && ($m5>=0 && $m5<=100)) { $c=...
Hi, I'm Shiva Gautam. With over 15 years of diverse experience in various IT domains, I am now an entrepreneur focusing on both training and software development. My expertise spans across multiple technologies, and I've authored numerous articles on subjects including Java, Python, REACT, NODE, ANGULAR, Cloud, software testing, Django framework, C#, Flutter, Salesforce, Ruby on Rails, .NET, and more. For additional information, please visit shivaconceptsolution.com and kangaroosoftware.net.