started assignment and added programs
This commit is contained in:
13
section/p26.tex
Normal file
13
section/p26.tex
Normal file
@@ -0,0 +1,13 @@
|
||||
\section{演習課題1 演習2ー6}
|
||||
|
||||
身長を整数値として読み込み、標準体重を実数小数点以下1桁として表示するプログラム。なお標準体重は$0.9(height - 100)$で求めるものとする。
|
||||
|
||||
\subsection{コードリスティング}
|
||||
|
||||
\lstinputlisting[language=C,title={演習課題1 演習2ー6}]{../programs/p26/main.c}
|
||||
|
||||
\subsection{実行結果}
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[width=\textwidth]{./assets/p26.png}
|
||||
\end{center}
|
||||
Reference in New Issue
Block a user