presentations/arrays.tex
changeset 67 806cca3b7231
parent 65 58fb6f33f4bc
child 68 fe5d3fb83597
equal deleted inserted replaced
66:f4e895902197 67:806cca3b7231
    83   \end{block}
    83   \end{block}
    84 \end{frame}
    84 \end{frame}
    85 
    85 
    86 \begin{frame}
    86 \begin{frame}
    87   \frametitle{Matrix operations using arrays}
    87   \frametitle{Matrix operations using arrays}
    88   Understanding the structure of sslc.txt
    88   Matrices using arrays:
    89   \begin{itemize}
    89   \begin{itemize}
    90     \item Creating and initializing arrays
    90     \item Creating and initializing arrays
    91     \item Manipulating arrays
    91     \item Manipulating arrays
    92     \item Using arrays to solve problems
    92     \item Using arrays to solve problems
    93   \end{itemize}
    93   \end{itemize}