Untitled

 avatar
unknown
plain_text
2 years ago
129 B
4
Indexable
#include <iostream>
using namespace std;
int main()
{
	float n;
	cin >> n;
	int a = n;
	float d = n - a;
	cout << d;
}
Editor is loading...
Leave a Comment