Include Cccc.docx

  • Uploaded by: muzahedsir
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Include Cccc.docx as PDF for free.

More details

  • Words: 94
  • Pages: 2
#include using namespace std; float add(float x,float y); float sub(float x,float y); float mul(float x,float y); float div(float x,float y); int main() { float a,s,m,d; a=add(10,5); s=sub(10,5); m=mul(10,5); d=div (10,5); cout<<"\n add "<
} float div(float x,float y) { float j ; j=x/y; return j; }

Related Documents

Include
November 2019 10
Include
August 2019 18
Include 1
May 2020 4
Include 10
May 2020 6

More Documents from "waleed"