• 大小: 476B
    文件类型: .cpp
    金币: 1
    下载: 0 次
    发布日期: 2021-06-16
  • 语言: C/C++
  • 标签: Fraction  

资源简介

Design an external function convertF (not function member of class Fraction and iFraction) to convert the improper fractions to mixed fractions.

资源截图

代码片段和文件信息

#include 
#include“f.h“
#include“if.h“
using namespace std;
int convertF(int a int b)
{
iFraction m;          
if (b == 0)
{
m.showerror();
return false;
}
if (a == 0)
{
m.shownull();
}
else if (a 

评论

共有 条评论

相关资源