Answer:
#include <iostream>
using namespace std;
int main() {
int currentYear = 2020;
int myCurrentAge = 23;
int myNewAge=myCurrentAge+(2050-currentYear);
cout << "My Current Age is " << myCurrentAge << endl;
cout << "I will be " << myNewAge << " in 2050." << endl;
}
Explanation:
- Initialize the currentYear with 2020 and myCurrentAge with 23.
- Add myCurrentAge with the the result of (2015 - currentYear) and assign this result to myNewAge variable.
- Finally display my current age and after that display the new age in 2050.
Output:
My Current Age is 23
I will be 53 in 2050.
Answer:
i only have a little that i know sorry,Hope you make this brainly that would make my day
Explanation:
you look for TRUE facts
Things that MAKES sence
Things that are ONLY what you are research.
Thats all that i Know
It depends on how much storage. I usually connect mine to another hard drive.
Answer:
The answer is D. Implement STP or RSTP.
Explanation:
STP (Spanning Tree Protocol) was built to serve as a remedy for network issues. Existing before switches were developed, it works as a substitute for a switch when a switch is wired incorrectly (as seen in the question) or when it fails. STP has two roles:
- To serve as an alternative when there is network failure or changes.
- To block out issues caused by loops on a network
RSTP (Rapid Spanning Tree Protocol) was built to optimize the standard STP. When there is a topology change, spanning tree convergence is much faster than the standard STP.
To prevent network failure in the future, STP or RSTP should be implemented.
Answer:
it's a software
Explanation:
NetBeans IDE lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS. The IDE also provides a great set of tools for PHP and C/C++ developers.