diff options
Diffstat (limited to 'source/text/sbasic/shared/03080101.xhp')
-rw-r--r-- | source/text/sbasic/shared/03080101.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/sbasic/shared/03080101.xhp b/source/text/sbasic/shared/03080101.xhp index d09f59bea3..cf76f9d0f7 100644 --- a/source/text/sbasic/shared/03080101.xhp +++ b/source/text/sbasic/shared/03080101.xhp @@ -65,9 +65,9 @@ <paragraph id="par_id3151112" role="bascode" xml-lang="en-US">' rounded Pi = 3.14159 Is a predefined constant</paragraph> <paragraph id="par_idm1340867552" role="bascode" localize="false" xml-lang="en-US">Dim d1 As Double</paragraph> <paragraph id="par_idm1340866320" role="bascode" localize="false" xml-lang="en-US">Dim d2 As Double</paragraph> -<paragraph id="par_id3149262" role="bascode" xml-lang="en-US"> d1 = InputBox("Enter the length of the side adjacent to the angle: ","Adjacent")</paragraph> -<paragraph id="par_id3149482" role="bascode" xml-lang="en-US"> d2 = InputBox("Enter the length of the side opposite the angle: ","Opposite")</paragraph> -<paragraph id="par_id3155415" role="bascode" xml-lang="en-US"> Print "The Alpha angle is"; (atn (d2/d1) * 180 / Pi); " degrees"</paragraph> +<paragraph id="par_id3149262" role="bascode" xml-lang="en-US"> d1 = InputBox("Enter the length of the side adjacent to the angle: ","Adjacent")</paragraph> +<paragraph id="par_id3149482" role="bascode" xml-lang="en-US"> d2 = InputBox("Enter the length of the side opposite the angle: ","Opposite")</paragraph> +<paragraph id="par_id3155415" role="bascode" xml-lang="en-US"> Print "The Alpha angle is"; (atn (d2/d1) * 180 / Pi); " degrees"</paragraph> <paragraph id="par_idm1340859728" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph> </bascode> </body> |