Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
s-jdoyle4
phys401
Commits
bf6af59b
Commit
bf6af59b
authored
Jan 27, 2014
by
s-jdoyle4
Browse files
Answer to 8d
parent
1c42614b
Changes
2
Hide whitespace changes
Inline
Side-by-side
HW8d.cpp
0 → 100644
View file @
bf6af59b
#include
<iostream>
int
main
()
{
using
std
::
cin
;
using
std
::
cout
;
int
i
;
double
x
,
y
;
x
=
1
;
y
=
2
;
for
(
i
=
1
;
i
<=
5
;
i
++
)
y
*=
x
;
x
*=
y
;
cout
<<
"x is"
<<
x
;
return
0
;
}
HW8d.out
0 → 100755
View file @
bf6af59b
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment