Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
ValorantLab2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush
ValorantLab2
Commits
7f1cc47d
Commit
7f1cc47d
authored
Aug 26, 2020
by
Ayush
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update q4.sh
parent
e0b4620e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
q4/q4.sh
q4/q4.sh
+2
-2
No files found.
q4/q4.sh
View file @
7f1cc47d
...
@@ -33,5 +33,5 @@ else
...
@@ -33,5 +33,5 @@ else
fi
fi
#echo "i: $i"
#echo "i: $i"
#echo "sum: $sum"
#echo "sum: $sum"
echo
"mean:
$((
sum
/
i
))
"
echo
"
$((
sum
/
i
))
"
echo
"median:
$median
"
echo
"
$median
"
\ No newline at end of file
\ No newline at end of file
Utkarsh
@utkarshindolia
·
Aug 26, 2020
same line me daal, separated with space...
echo "$((sum/i)) $median"
same line me daal, separated with space... `echo "$((sum/i)) $median"`
Write
Preview
Markdown
is supported
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