i) How to convert all the C code to C++(stdio.h) #include using namespace std; int main() { const int b=14; const float f=0.20; cout>n; cout>l; cout


i) How to convert all the C code to C++(stdio.h)


#include
using namespace std;
int main()
{
    const int b=14;
    const float f=0.20;
    cout<><>
    cout<"book loan=""><>
    cout<><>
    cout<"enter the="" number="" of="" books ="" :="">
    int n;
    cin>>n;
    cout<"\nenter the="" days="" of="" the="" loan="" :="">
    int l;
    cin>>l;
    cout<><>
    cout<"days overdue               ="" :="">
       if(l>b){
    cout<>
    cout<"\nfine                        :="" rm=""><>
        }
}



Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here