#include<iostream>
using namespace std;
int main() {
float length=8.5;
float width=3.4
value=length*width
cout<<"The area of a rectangle is:"<<value;
}