Thursday, December 5, 2024

MATHS FORMULA C++ PROGRAMMING

 

       NALLAMUTHU GOUNDER MAHALINGAM COLLEGE                   

                           POLLACHI-642001

                                           R.Rasigapriya

                             Bsc Computer Science(Ist Year)

                     5.Maths Formula

#include <iostream>

int main()

{

    float a;

    std::cout<<"Enter the two values\n";

    a=0.1;

    int b;

    b=4;

    double c;

    c=b/(1-a);

    std::cout<<"value"<<c;

    return 0;

}

OUTPUT:

 

 

✅ *AI Model Evaluation Interview Questions & Answers* 🧠📊

✅ *AI Model Evaluation Interview Questions & Answers* 🧠📊 *1️⃣ Q: What is a confusion matrix, and how do you interpret it?*   *A:* A co...