How do i do the following in D? #include <iostream> int main() { int i; cin >> i; cout << "number: " << i; return 0; } thanks