C++ program that inputs five floating-point values in an array and displays the values in reverse order. Program: #include<iostream> using namespace std; int main() { float arr[5]; int i, num; cout<<" How many numbers do you want to Enter: "; cin>>num; cout<<" Enter "<<num<<" numbers: "; for(i=0; i<5; i++) cin>>arr[i]; cout<<"\nThe Original Array is:\n"; for(i=0; i<5; i++) cout<<arr[i]<<" "; cout<<"\n\nThe Reverse of Given Array is:\n"; for(i=(5-1); i>=0; i--) cout<<arr[i]<<" "; cout<<endl; return 0; } Output: ...
Tecno: Tecno Mobiles new & latest Model 2020 Tecno is a Chines mobile phone maker that established back in 2006. For two years, its business has focused on the South Asian market. In a short period, Tecno Mobiles has become a threat to major smartphone brands in Pakistan, which is a fantastic success. The main reason people started buying its phones is its mid-range prices. Tecno is giving a competitive edge to many major smartphone brands. Tecno Mobile is a mobile phone brand that's owned by Hong Kong-based Transsion Holdings, which in 2017 launched another mobile brand in India - Itel. Thus, Techno Mobiles was established in 2006. Hence, Techno's latest mobile launch is the Spark 6 Air (64GB). However, The smartphone launched on 21st September 2020. The phone comes with a 7.00-inch touchscreen display with a resolution of 720 pixels by 1640 pixels. The Tecno Spark 6 Air (64GB) powers by a quad-core MediaTek Helio A25 processor and it comes with 3GB of RAM. Th...